summaryrefslogtreecommitdiff
path: root/TAO/examples/PluggableUDP
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2010-09-08 18:44:58 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2010-09-08 18:44:58 +0000
commit7f467119792aadf023ec1a8ecf48fbb7c8060301 (patch)
tree34a85212bb77f7f5eec945f4c9b10123429c20e7 /TAO/examples/PluggableUDP
parentf896b003bd582d632ec64016ed6411e1b30b603f (diff)
downloadATCD-7f467119792aadf023ec1a8ecf48fbb7c8060301.tar.gz
Zapped ACE_RCSIS
Diffstat (limited to 'TAO/examples/PluggableUDP')
-rw-r--r--TAO/examples/PluggableUDP/tests/Performance/UDP_i.cpp2
-rw-r--r--TAO/examples/PluggableUDP/tests/Performance/client.cpp2
-rw-r--r--TAO/examples/PluggableUDP/tests/Performance/server.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/TAO/examples/PluggableUDP/tests/Performance/UDP_i.cpp b/TAO/examples/PluggableUDP/tests/Performance/UDP_i.cpp
index f54abab0265..d09b526d3fb 100644
--- a/TAO/examples/PluggableUDP/tests/Performance/UDP_i.cpp
+++ b/TAO/examples/PluggableUDP/tests/Performance/UDP_i.cpp
@@ -2,7 +2,7 @@
#include "UDP_i.h"
-ACE_RCSID(UDP, UDP_i, "")
+
// Constructor
UDP_i::UDP_i (void)
diff --git a/TAO/examples/PluggableUDP/tests/Performance/client.cpp b/TAO/examples/PluggableUDP/tests/Performance/client.cpp
index 712fbef8d35..0d671166ece 100644
--- a/TAO/examples/PluggableUDP/tests/Performance/client.cpp
+++ b/TAO/examples/PluggableUDP/tests/Performance/client.cpp
@@ -29,7 +29,7 @@
// executable and initialized for static builds.
#include "tao/Strategies/advanced_resource.h"
-ACE_RCSID(Performance, client, "$Id$")
+
const ACE_TCHAR *ior = ACE_TEXT("file://test.ior");
ACE_UINT32 burst_messages = 1000;
diff --git a/TAO/examples/PluggableUDP/tests/Performance/server.cpp b/TAO/examples/PluggableUDP/tests/Performance/server.cpp
index c56ea3c655a..edc185c31e1 100644
--- a/TAO/examples/PluggableUDP/tests/Performance/server.cpp
+++ b/TAO/examples/PluggableUDP/tests/Performance/server.cpp
@@ -26,7 +26,7 @@
#include "tao/Strategies/advanced_resource.h"
-ACE_RCSID(Performance, server, "$Id$")
+
const ACE_TCHAR *ior_output_file = ACE_TEXT("test.ior");
int orb_threads = 1; // Number of threads running inside the ORB.