summaryrefslogtreecommitdiff
path: root/CIAO/performance-tests/Benchmark/BenchmarkE.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/performance-tests/Benchmark/BenchmarkE.idl')
-rw-r--r--CIAO/performance-tests/Benchmark/BenchmarkE.idl33
1 files changed, 0 insertions, 33 deletions
diff --git a/CIAO/performance-tests/Benchmark/BenchmarkE.idl b/CIAO/performance-tests/Benchmark/BenchmarkE.idl
deleted file mode 100644
index 1886b02c12a..00000000000
--- a/CIAO/performance-tests/Benchmark/BenchmarkE.idl
+++ /dev/null
@@ -1,33 +0,0 @@
-// $Id$
-
-//=============================================================================
-/**
- * @file BenchmarkE.idl
- *
- * @author Diego, Arvind S. Krishna <arvindk@dre.vanderbilt.edu>
- */
-//=============================================================================
-
-#ifndef CIAO_BENCHMARKE_IDL
-#define CIAO_BENCHMARKE_IDL
-
-#include "Benchmark.idl"
-
-module Benchmark
-{
-
- /**
- * @interface CCM_RoundTrip
- *
- * Executor interface mapping for provides interfaces.
- *
- */
- local interface CCM_RoundTrip
- {
- long makeCall(in long data);
- };
-
-
-};
-
-#endif /* CIAO_BENCHMARKE_IDL */