summaryrefslogtreecommitdiff
path: root/CIAO/performance-tests/mico/mico-thrput-st/RoundTrip.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/performance-tests/mico/mico-thrput-st/RoundTrip.idl')
-rw-r--r--CIAO/performance-tests/mico/mico-thrput-st/RoundTrip.idl13
1 files changed, 0 insertions, 13 deletions
diff --git a/CIAO/performance-tests/mico/mico-thrput-st/RoundTrip.idl b/CIAO/performance-tests/mico/mico-thrput-st/RoundTrip.idl
deleted file mode 100644
index 475433dfec4..00000000000
--- a/CIAO/performance-tests/mico/mico-thrput-st/RoundTrip.idl
+++ /dev/null
@@ -1,13 +0,0 @@
-//$Id$
-interface Roundtrip
-{
- /// A simple method to measure roundtrip delays
- /**
- * The operation simply returns its argument, this is used in AMI
- * and deferred synchronous tests to measure the roundtrip delay
- * without the need for a different reply handler for each
- * request.
- */
- unsigned long long test_method (in unsigned long long send_time);
-
-};