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.idl12
1 files changed, 2 insertions, 10 deletions
diff --git a/TAO/orbsvcs/tests/Event/UDP/Test.idl b/TAO/orbsvcs/tests/Event/UDP/Test.idl
index fc1724d9993..fc7e50d4fd2 100644
--- a/TAO/orbsvcs/tests/Event/UDP/Test.idl
+++ b/TAO/orbsvcs/tests/Event/UDP/Test.idl
@@ -3,17 +3,9 @@
#ifndef TAO_RTEC_MCAST_TEST_IDL
#define TAO_RTEC_MCAST_TEST_IDL
-module Components
+valuetype ValueTypeData
{
- abstract valuetype EventBase {};
-};
-
-module Hello
-{
- valuetype ValueTypeData : Components::EventBase
- {
- public string data;
- };
+ public string data;
};
#endif /* TAO_RTEC_MCAST_TEST_IDL */