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