Merge pull request #2309 from mitza-oci/warnings
[ACE_TAO.git] / TAO / tests / DII_Deferred_Transient / Hello.h
blobf077932c191d846971e1022dff0d555c37085fe4
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 () = default;
16 // = The skeleton methods
17 void crash () override;
19 char * get_string () override;
22 #include /**/ "ace/post.h"
23 #endif /* HELLO_H */