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.idl24
1 files changed, 0 insertions, 24 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 6e83cd25d42..00000000000
--- a/TAO/performance-tests/Cubit/TAO/MT_Cubit/cubit.idl
+++ /dev/null
@@ -1,24 +0,0 @@
-interface Cubit
-{
- struct Many
- {
- octet o; // + 3 bytes padding (normally) ...
- long l;
- short s; // + 2 bytes padding (normally) ...
- };
-
- octet cube_octet (in octet o);
- short cube_short (in short s);
- long cube_long (in long l);
- Many cube_struct (in Many values);
-
- oneway void noop ();
-
- oneway void shutdown ();
-};
-
-interface Cubit_Factory
-{
- string create_cubit (in unsigned short index);
-};
-