summaryrefslogtreecommitdiff
path: root/TAO/tests/CORBA_e_Implicit_Activation/Hello.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/CORBA_e_Implicit_Activation/Hello.cpp')
-rw-r--r--TAO/tests/CORBA_e_Implicit_Activation/Hello.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/TAO/tests/CORBA_e_Implicit_Activation/Hello.cpp b/TAO/tests/CORBA_e_Implicit_Activation/Hello.cpp
new file mode 100644
index 00000000000..bd54904034f
--- /dev/null
+++ b/TAO/tests/CORBA_e_Implicit_Activation/Hello.cpp
@@ -0,0 +1,10 @@
+//
+// $Id$
+//
+#include "Hello.h"
+
+ACE_RCSID(Hello, Hello, "$Id$")
+
+Hello::Hello (void)
+{
+}