Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / ICMG_Any_Bug / HelloWorld.h
blob9b4de1355342867a0e72204d269fbc6c6f511d1d
2 #ifndef HELLOWORLD_H
3 #define HELLOWORLD_H
4 #include /**/ "ace/pre.h"
6 #include "TestS.h"
8 /// Implement the Test::HelloWorld interface
9 ///
10 class HelloWorld
11 : public virtual POA_Test::HelloWorld
13 public:
15 HelloWorld (void);
16 /// Constructor
18 virtual char * get_string (void);
22 #include /**/ "ace/post.h"
23 #endif /* HELLOWORLD_H */