summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/RtEC/MCast/Test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/examples/RtEC/MCast/Test.idl')
-rw-r--r--TAO/orbsvcs/examples/RtEC/MCast/Test.idl11
1 files changed, 11 insertions, 0 deletions
diff --git a/TAO/orbsvcs/examples/RtEC/MCast/Test.idl b/TAO/orbsvcs/examples/RtEC/MCast/Test.idl
new file mode 100644
index 00000000000..fc7e50d4fd2
--- /dev/null
+++ b/TAO/orbsvcs/examples/RtEC/MCast/Test.idl
@@ -0,0 +1,11 @@
+//$Id$:
+
+#ifndef TAO_RTEC_MCAST_TEST_IDL
+#define TAO_RTEC_MCAST_TEST_IDL
+
+valuetype ValueTypeData
+{
+ public string data;
+};
+
+#endif /* TAO_RTEC_MCAST_TEST_IDL */