summaryrefslogtreecommitdiff
path: root/performance-tests/TTCP/ORBeline/ttcp.idl
diff options
context:
space:
mode:
authornobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-01-10 20:14:34 +0000
committernobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-01-10 20:14:34 +0000
commit8a996c69ad5ce5e47bce725f3b1ebe2378ef8d7b (patch)
treea6fc69d760a2fdb032a1dc1f8d00d5e101a09849 /performance-tests/TTCP/ORBeline/ttcp.idl
parent08f7761a4e9cc2f7fea455441edf45fe284c1292 (diff)
downloadATCD-main_to_poa_merge_8.tar.gz
This commit was manufactured by cvs2svn to create tagmain_to_poa_merge_8
'main_to_poa_merge_8'.
Diffstat (limited to 'performance-tests/TTCP/ORBeline/ttcp.idl')
-rw-r--r--performance-tests/TTCP/ORBeline/ttcp.idl23
1 files changed, 0 insertions, 23 deletions
diff --git a/performance-tests/TTCP/ORBeline/ttcp.idl b/performance-tests/TTCP/ORBeline/ttcp.idl
deleted file mode 100644
index cf83cc83a20..00000000000
--- a/performance-tests/TTCP/ORBeline/ttcp.idl
+++ /dev/null
@@ -1,23 +0,0 @@
-/* -*- C++ -*- */
-// @(#)ttcp.idl 1.1 10/18/96
-
-
-interface ttcp_sequence {
-
-typedef sequence<char> my_sequence;
-
- oneway void send (in my_sequence ttcp_rec);
- oneway void send_hack (in string ttcp_string);
- oneway void start_timer ();
- oneway void stop_timer ();
-};
-
-interface ttcp_string {
-
- oneway void send (in string ttcp_string);
- oneway void send_hack (in string ttcp_string);
- oneway void start_timer ();
- oneway void stop_timer ();
-};
-
-