summaryrefslogtreecommitdiff
path: root/modules/CIAO/performance-tests/Benchmark/RoundTripClient/RoundTripClient.cidl
diff options
context:
space:
mode:
Diffstat (limited to 'modules/CIAO/performance-tests/Benchmark/RoundTripClient/RoundTripClient.cidl')
-rw-r--r--modules/CIAO/performance-tests/Benchmark/RoundTripClient/RoundTripClient.cidl19
1 files changed, 19 insertions, 0 deletions
diff --git a/modules/CIAO/performance-tests/Benchmark/RoundTripClient/RoundTripClient.cidl b/modules/CIAO/performance-tests/Benchmark/RoundTripClient/RoundTripClient.cidl
new file mode 100644
index 00000000000..febcbed08df
--- /dev/null
+++ b/modules/CIAO/performance-tests/Benchmark/RoundTripClient/RoundTripClient.cidl
@@ -0,0 +1,19 @@
+// $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 */