summaryrefslogtreecommitdiff
path: root/TAO/tests/ORB_init/Portspan/simpleI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/ORB_init/Portspan/simpleI.cpp')
-rw-r--r--TAO/tests/ORB_init/Portspan/simpleI.cpp38
1 files changed, 38 insertions, 0 deletions
diff --git a/TAO/tests/ORB_init/Portspan/simpleI.cpp b/TAO/tests/ORB_init/Portspan/simpleI.cpp
new file mode 100644
index 00000000000..bcca46eeec7
--- /dev/null
+++ b/TAO/tests/ORB_init/Portspan/simpleI.cpp
@@ -0,0 +1,38 @@
+// -*- C++ -*-
+//
+// $Id$
+
+// **** Code generated by the The ACE ORB (TAO) IDL Compiler ****
+// TAO and the TAO IDL Compiler have been developed by:
+// Center for Distributed Object Computing
+// Washington University
+// St. Louis, MO
+// USA
+// http://www.cs.wustl.edu/~schmidt/doc-center.html
+// and
+// Distributed Object Computing Laboratory
+// University of California at Irvine
+// Irvine, CA
+// USA
+// http://doc.ece.uci.edu/
+//
+// Information about TAO is available at:
+// http://www.cs.wustl.edu/~schmidt/TAO.html
+
+#include "simpleI.h"
+
+// Implementation skeleton constructor
+simple_i::simple_i (void)
+ {
+ }
+
+// Implementation skeleton destructor
+simple_i::~simple_i (void)
+ {
+ }
+
+void simple_i::test (
+ )
+ {
+ //Add your implementation here
+ }