summaryrefslogtreecommitdiff
path: root/ACE/TAO/tests/CORBA_e_Implicit_Activation/Hello.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/tests/CORBA_e_Implicit_Activation/Hello.h')
-rw-r--r--ACE/TAO/tests/CORBA_e_Implicit_Activation/Hello.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/ACE/TAO/tests/CORBA_e_Implicit_Activation/Hello.h b/ACE/TAO/tests/CORBA_e_Implicit_Activation/Hello.h
new file mode 100644
index 00000000000..b9a328eeb34
--- /dev/null
+++ b/ACE/TAO/tests/CORBA_e_Implicit_Activation/Hello.h
@@ -0,0 +1,21 @@
+//
+// $Id$
+//
+
+#ifndef HELLO_H
+#define HELLO_H
+#include /**/ "ace/pre.h"
+
+#include "TestS.h"
+
+/// Implement the Test::Hello interface
+class Hello
+ : public virtual POA_Test::Hello
+{
+public:
+ /// Constructor
+ Hello (void);
+};
+
+#include /**/ "ace/post.h"
+#endif /* HELLO_H */