More tests update
[ACE_TAO.git] / TAO / tests / Bug_1535_Regression / Test.h
blob9e987171955528793c8cac5d06e4d3b61787219a
2 #ifndef HELLO_H
3 #define HELLO_H
4 #include /**/ "ace/pre.h"
6 #include "TestS.h"
8 /// Implement the Test::Hello interface
9 class Hello
10 : public virtual POA_Test
12 public:
13 Hello (PortableServer::POA_ptr poa);
15 // = The skeleton methods
16 virtual void print_hello_world (void);
18 PortableServer::POA_ptr _default_POA (void);
20 private:
21 PortableServer::POA_var poa_;
24 #include /**/ "ace/post.h"
25 #endif /* HELLO_H */