More tests update
[ACE_TAO.git] / TAO / tests / DII_Deferred_Transient / Hello.h
blob1f26f2bfe550525721c41ad9df52d8dd27bcbe5d
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 ();
16 // = The skeleton methods
17 virtual void crash ();
19 virtual char * get_string ();
22 #include /**/ "ace/post.h"
23 #endif /* HELLO_H */