summaryrefslogtreecommitdiff
path: root/CIAO/performance-tests/Benchmark/RoundTripClient/RoundTripClient.cidl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/performance-tests/Benchmark/RoundTripClient/RoundTripClient.cidl')
-rw-r--r--CIAO/performance-tests/Benchmark/RoundTripClient/RoundTripClient.cidl19
1 files changed, 0 insertions, 19 deletions
diff --git a/CIAO/performance-tests/Benchmark/RoundTripClient/RoundTripClient.cidl b/CIAO/performance-tests/Benchmark/RoundTripClient/RoundTripClient.cidl
deleted file mode 100644
index febcbed08df..00000000000
--- a/CIAO/performance-tests/Benchmark/RoundTripClient/RoundTripClient.cidl
+++ /dev/null
@@ -1,19 +0,0 @@
-// $Id$
-
-#ifndef ROUNDTRIPCLIENT_CIDL
-#define ROUNDTRIPCLIENT_CIDL
-
-#include "RoundTripClient.idl"
-
-composition session RoundTripClient_Impl
-{
-
- home executor RoundTripClientHome_Exec
- {
- implements Benchmark::RoundTripClientHome;
- manages RoundTripClient_Exec;
- };
-
-};
-
-#endif /* ROUNDTRIPCLIENT_CIDL */