Merge pull request #2309 from mitza-oci/warnings
[ACE_TAO.git] / TAO / tests / CORBA_e_Implicit_Activation / Hello.h
blob3a8204314aee97c44e85ea43ba6422b326363520
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::Hello
12 public:
13 /// Constructor
14 Hello ();
17 #include /**/ "ace/post.h"
18 #endif /* HELLO_H */