summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/performance-tests/RTEvent/Roundtrip/server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/performance-tests/RTEvent/Roundtrip/server.cpp')
-rw-r--r--TAO/orbsvcs/performance-tests/RTEvent/Roundtrip/server.cpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/TAO/orbsvcs/performance-tests/RTEvent/Roundtrip/server.cpp b/TAO/orbsvcs/performance-tests/RTEvent/Roundtrip/server.cpp
index 98f69950197..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"
@@ -19,7 +19,9 @@
#include "ace/Get_Opt.h"
#include "ace/Auto_Ptr.h"
-ACE_RCSID(TAO_PERF_RTEC_Roundtrip, server, "$Id$")
+ACE_RCSID (TAO_PERF_RTEC_Roundtrip,
+ server,
+ "$Id$")
const char *ior_output_file = "test.ior";
int use_rt_corba = 0;