summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_union_label.cpp
diff options
context:
space:
mode:
authorgokhale <asgokhale@users.noreply.github.com>1997-05-16 21:20:23 +0000
committergokhale <asgokhale@users.noreply.github.com>1997-05-16 21:20:23 +0000
commit1f2aefae4e6eefd8bfeae6f6f342d39dc1338d94 (patch)
treea8979a3cb644742d33da0e00a75ab8b973c5331f /TAO/TAO_IDL/be/be_union_label.cpp
parent35a014b28cfb7844d8c6a6f3aea284180e9f9340 (diff)
downloadATCD-1f2aefae4e6eefd8bfeae6f6f342d39dc1338d94.tar.gz
TAO IDL Compiler: Backend IDL to C++ mapping for TAO
Diffstat (limited to 'TAO/TAO_IDL/be/be_union_label.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_union_label.cpp16
1 files changed, 16 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/be/be_union_label.cpp b/TAO/TAO_IDL/be/be_union_label.cpp
new file mode 100644
index 00000000000..54c34769d76
--- /dev/null
+++ b/TAO/TAO_IDL/be/be_union_label.cpp
@@ -0,0 +1,16 @@
+#include "idl.h"
+#include "idl_extern.h"
+#include "be.h"
+
+/*
+ * BE_UnionLabel
+ */
+be_union_label::be_union_label()
+{
+}
+be_union_label::be_union_label(AST_UnionLabel::UnionLabel ul,
+ AST_Expression *v)
+ : AST_UnionLabel(ul, v)
+{
+}
+