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