summaryrefslogtreecommitdiff
path: root/TAO/tao/Union.cpp
diff options
context:
space:
mode:
authorgokhale <asgokhale@users.noreply.github.com>1998-06-24 21:08:36 +0000
committergokhale <asgokhale@users.noreply.github.com>1998-06-24 21:08:36 +0000
commit24b2b5947c7af9cdde4c26aee75961b923778dac (patch)
tree0b745cfc3326a3eb8fb06e6753ea855d30569310 /TAO/tao/Union.cpp
parent1e872bda460843dec48dbbc5d504621b94a25ed5 (diff)
downloadATCD-24b2b5947c7af9cdde4c26aee75961b923778dac.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/tao/Union.cpp')
-rw-r--r--TAO/tao/Union.cpp28
1 files changed, 28 insertions, 0 deletions
diff --git a/TAO/tao/Union.cpp b/TAO/tao/Union.cpp
new file mode 100644
index 00000000000..a107eef5bfb
--- /dev/null
+++ b/TAO/tao/Union.cpp
@@ -0,0 +1,28 @@
+// $Id$
+// ============================================================================
+//
+// = LIBRARY
+// TAO
+//
+// = FILENAME
+// Union.cpp
+//
+// = AUTHOR
+//
+// Aniruddha Gokhale (Idea by Carlos O'Ryan)
+//
+// ============================================================================
+
+#include "tao/corba.h"
+
+// *************************************************************
+// Operations for class TAO_Base_Union
+// *************************************************************
+
+TAO_Base_Union::TAO_Base_Union (void)
+{
+}
+
+TAO_Base_Union::~TAO_Base_Union (void)
+{
+}