summaryrefslogtreecommitdiff
path: root/CIAO/performance-tests/Benchmark/RoundTrip/RoundTripEI.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/performance-tests/Benchmark/RoundTrip/RoundTripEI.idl')
-rw-r--r--CIAO/performance-tests/Benchmark/RoundTrip/RoundTripEI.idl33
1 files changed, 0 insertions, 33 deletions
diff --git a/CIAO/performance-tests/Benchmark/RoundTrip/RoundTripEI.idl b/CIAO/performance-tests/Benchmark/RoundTrip/RoundTripEI.idl
deleted file mode 100644
index a28de5948d2..00000000000
--- a/CIAO/performance-tests/Benchmark/RoundTrip/RoundTripEI.idl
+++ /dev/null
@@ -1,33 +0,0 @@
-// $Id$
-
-//=============================================================================
-/**
- * @file RoundTripEI.idl
- *
- *
- * @author
- */
-//=============================================================================
-
-#ifndef CIAO_ROUNDTRIPEI_IDL
-#define CIAO_ROUNDTRIPEI_IDL
-
-#include "RoundTripE.idl"
-
-module Benchmark
-{
- /**
- * @interface RoundTrip_Exec
- *
- * The actually Test executor need to support
- * Components::SessionComponent interface. Therefore, we need to
- * define the component executor interface explicitly here.
- */
- local interface RoundTrip_Exec : CCM_RoundTrip, CCM_LatencyTest,
- Components::SessionComponent
- {
- };
-
-};
-
-#endif /* CIAO_TESTEI_IDL */