summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Event/UDP/Test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Event/UDP/Test.idl')
-rw-r--r--TAO/orbsvcs/tests/Event/UDP/Test.idl19
1 files changed, 19 insertions, 0 deletions
diff --git a/TAO/orbsvcs/tests/Event/UDP/Test.idl b/TAO/orbsvcs/tests/Event/UDP/Test.idl
new file mode 100644
index 00000000000..fc1724d9993
--- /dev/null
+++ b/TAO/orbsvcs/tests/Event/UDP/Test.idl
@@ -0,0 +1,19 @@
+//$Id$:
+
+#ifndef TAO_RTEC_MCAST_TEST_IDL
+#define TAO_RTEC_MCAST_TEST_IDL
+
+module Components
+{
+ abstract valuetype EventBase {};
+};
+
+module Hello
+{
+ valuetype ValueTypeData : Components::EventBase
+ {
+ public string data;
+ };
+};
+
+#endif /* TAO_RTEC_MCAST_TEST_IDL */