summaryrefslogtreecommitdiff
path: root/CIAO/performance-tests/Benchmark/RoundTripClient/RoundTripClientEI.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/performance-tests/Benchmark/RoundTripClient/RoundTripClientEI.idl')
-rw-r--r--CIAO/performance-tests/Benchmark/RoundTripClient/RoundTripClientEI.idl34
1 files changed, 0 insertions, 34 deletions
diff --git a/CIAO/performance-tests/Benchmark/RoundTripClient/RoundTripClientEI.idl b/CIAO/performance-tests/Benchmark/RoundTripClient/RoundTripClientEI.idl
deleted file mode 100644
index d9009c56e8a..00000000000
--- a/CIAO/performance-tests/Benchmark/RoundTripClient/RoundTripClientEI.idl
+++ /dev/null
@@ -1,34 +0,0 @@
-// $Id$
-
-//=============================================================================
-/**
- * @file RoundTripClientEI.idl
- *
- *
- * @author
- */
-//=============================================================================
-
-#ifndef CIAO_ROUNDTRIPCLIENTEI_IDL
-#define CIAO_ROUNDTRIPCLIENTEI_IDL
-
-#include "RoundTripClientE.idl"
-
-module Benchmark
-{
- /**
- * @interface RoundTripClient_Exec
- *
- * The actually Test executor need to support
- * Components::SessionComponent interface. Therefore, we need to
- * define the component executor interface explicitly here.
- */
- local interface RoundTripClient_Exec : CCM_RoundTripClient,
- Components::SessionComponent,
- CCM_Controller //Monolithic
- {
- };
-
-};
-
-#endif /* CIAO_ROUNDTRIPCLIENTEI_IDL */