Use =default for skeleton copy constructor
[ACE_TAO.git] / TAO / tests / ICMG_Any_Bug / HelloWorld.h
blob7bcd4dc0e7dd67af49d1eb633242634dc728cfae
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:
14 HelloWorld ();
15 /// Constructor
17 virtual char * get_string ();
20 #include /**/ "ace/post.h"
21 #endif /* HELLOWORLD_H */