summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/EC_Custom_Marshal/data.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/EC_Custom_Marshal/data.idl')
-rw-r--r--TAO/orbsvcs/tests/EC_Custom_Marshal/data.idl21
1 files changed, 0 insertions, 21 deletions
diff --git a/TAO/orbsvcs/tests/EC_Custom_Marshal/data.idl b/TAO/orbsvcs/tests/EC_Custom_Marshal/data.idl
deleted file mode 100644
index 871ff05f9df..00000000000
--- a/TAO/orbsvcs/tests/EC_Custom_Marshal/data.idl
+++ /dev/null
@@ -1,21 +0,0 @@
-//
-// $Id$
-//
-
-module ECM_IDLData
-{
- // Some simple data types to show how the Events can carry its
- // payload in the octet sequence.
-
- struct Point {
- double x;
- double y;
- };
- typedef sequence<Point> Vector;
-
- struct Info {
- string mobile_name;
- double mobile_speed;
- Vector trajectory;
- };
-};