summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/performance-tests/RTEvent/Roundtrip
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/performance-tests/RTEvent/Roundtrip')
-rw-r--r--TAO/orbsvcs/performance-tests/RTEvent/Roundtrip/Roundtrip.mpc6
-rw-r--r--TAO/orbsvcs/performance-tests/RTEvent/Roundtrip/server.cpp4
2 files changed, 6 insertions, 4 deletions
diff --git a/TAO/orbsvcs/performance-tests/RTEvent/Roundtrip/Roundtrip.mpc b/TAO/orbsvcs/performance-tests/RTEvent/Roundtrip/Roundtrip.mpc
index 431a4fbd726..b19cf565d20 100644
--- a/TAO/orbsvcs/performance-tests/RTEvent/Roundtrip/Roundtrip.mpc
+++ b/TAO/orbsvcs/performance-tests/RTEvent/Roundtrip/Roundtrip.mpc
@@ -1,18 +1,20 @@
// $Id$
-project(*RTEvent_Server): orbsvcsexe, rtcorbaevent, strategies, minimum_corba {
+project(*RTEvent_Server): orbsvcsexe, rtcorbaevent, strategies {
after += RTEC_Perf
libs += TAO_RTEC_Perf
includes += ../lib $(TAO_ROOT)/orbsvcs
+ avoids += minimum_corba
Source_Files {
server.cpp
}
}
-project(*RTEvent_Client): orbsvcsexe, rtcorbaevent, strategies, minimum_corba {
+project(*RTEvent_Client): orbsvcsexe, rtcorbaevent, strategies {
after += RTEC_Perf
libs += TAO_RTEC_Perf
includes += ../lib $(TAO_ROOT)/orbsvcs
+ avoids += minimum_corba
Source_Files {
client.cpp
diff --git a/TAO/orbsvcs/performance-tests/RTEvent/Roundtrip/server.cpp b/TAO/orbsvcs/performance-tests/RTEvent/Roundtrip/server.cpp
index b07d2c9add2..c61cd9640f8 100644
--- a/TAO/orbsvcs/performance-tests/RTEvent/Roundtrip/server.cpp
+++ b/TAO/orbsvcs/performance-tests/RTEvent/Roundtrip/server.cpp
@@ -9,8 +9,8 @@
#include "ORB_Task.h"
#include "ORB_Task_Activator.h"
-#include "orbsvcs/Event/EC_Event_Channel.h"
-#include "orbsvcs/Event/EC_Default_Factory.h"
+#include "orbsvcs/orbsvcs/Event/EC_Event_Channel.h"
+#include "orbsvcs/orbsvcs/Event/EC_Default_Factory.h"
#include "tao/PortableServer/PortableServer.h"
#include "tao/RTPortableServer/RTPortableServer.h"