=default for generated implementation copy ctor
[ACE_TAO.git] / TAO / tests / Bug_1535_Regression / Test.h
bloba0d9d7e2b2b15b4db8e5757b86a0d43cae2e6d61
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 ();
18 PortableServer::POA_ptr _default_POA ();
20 private:
21 PortableServer::POA_var poa_;
24 #include /**/ "ace/post.h"
25 #endif /* HELLO_H */