summaryrefslogtreecommitdiff
path: root/CIAO/performance-tests/Protocols
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2010-01-21 14:37:24 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2010-01-21 14:37:24 +0000
commit806df22581cb7a22af65ebac6adee9291b041a90 (patch)
treeb2d6fb3bae418d0e3cc709def3bb12a731309fe6 /CIAO/performance-tests/Protocols
parentfae81fcba5ca3e0a8f1f1189d1c1a1feb6defed7 (diff)
downloadATCD-806df22581cb7a22af65ebac6adee9291b041a90.tar.gz
Thu Jan 21 14:37:27 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
* performance-tests/Benchmark/Benchmark.idl * performance-tests/Benchmark/RoundTrip/RoundTrip.idl * performance-tests/Benchmark/RoundTrip/RoundTrip.mpc * performance-tests/Benchmark/RoundTrip/RoundTripEI.idl * performance-tests/Benchmark/RoundTripClient/RoundTripClient.idl * performance-tests/Benchmark/RoundTripClient/RoundTripClientEI.idl * performance-tests/Protocols/common/Protocols.idl * performance-tests/Protocols/Receiver/Receiver.idl Use the new pragma ciao lem
Diffstat (limited to 'CIAO/performance-tests/Protocols')
-rw-r--r--CIAO/performance-tests/Protocols/Receiver/Receiver.idl3
-rw-r--r--CIAO/performance-tests/Protocols/common/Protocols.idl3
2 files changed, 5 insertions, 1 deletions
diff --git a/CIAO/performance-tests/Protocols/Receiver/Receiver.idl b/CIAO/performance-tests/Protocols/Receiver/Receiver.idl
index 94536a94bf4..f6de6e91a58 100644
--- a/CIAO/performance-tests/Protocols/Receiver/Receiver.idl
+++ b/CIAO/performance-tests/Protocols/Receiver/Receiver.idl
@@ -2,7 +2,8 @@
#include <Components.idl>
#include "../common/Protocols.idl"
-#include "../common/ProtocolsE.idl"
+
+#pragma ciao lem "ReceiverE.idl"
module Protocols
{
diff --git a/CIAO/performance-tests/Protocols/common/Protocols.idl b/CIAO/performance-tests/Protocols/common/Protocols.idl
index c7b3360e61a..c9943657993 100644
--- a/CIAO/performance-tests/Protocols/common/Protocols.idl
+++ b/CIAO/performance-tests/Protocols/common/Protocols.idl
@@ -1,6 +1,9 @@
// $Id$
#ifndef PROTOCOLS_IDL
#define PROTOCOLS_IDL
+
+#pragma ciao lem "../common/ProtocolsE.idl"
+
module Protocols
{
interface test