summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Cubit/TAO/MT_Cubit/cubit.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/Cubit/TAO/MT_Cubit/cubit.idl')
-rw-r--r--TAO/performance-tests/Cubit/TAO/MT_Cubit/cubit.idl26
1 files changed, 0 insertions, 26 deletions
diff --git a/TAO/performance-tests/Cubit/TAO/MT_Cubit/cubit.idl b/TAO/performance-tests/Cubit/TAO/MT_Cubit/cubit.idl
deleted file mode 100644
index 1996adfb8ce..00000000000
--- a/TAO/performance-tests/Cubit/TAO/MT_Cubit/cubit.idl
+++ /dev/null
@@ -1,26 +0,0 @@
-// @@ Sumedh, please figure out how to remove this file and share it
-// between the client and server.
-
-interface Cubit
-{
- octet cube_octet (in octet o);
- short cube_short (in short s);
- long cube_long (in long l);
-
- struct Many
- {
- octet o; // + 3 bytes padding (normally) ...
- long l;
- short s; // + 2 bytes padding (normally) ...
- };
-
- Many cube_struct (in Many values);
-
- oneway void please_exit ();
-};
-
-interface Cubit_Factory
-{
- Cubit create_cubit (in short priority);
-};
-