summaryrefslogtreecommitdiff
path: root/performance-tests/Latency/Thread_Per_Connection/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'performance-tests/Latency/Thread_Per_Connection/client.cpp')
-rw-r--r--performance-tests/Latency/Thread_Per_Connection/client.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/performance-tests/Latency/Thread_Per_Connection/client.cpp b/performance-tests/Latency/Thread_Per_Connection/client.cpp
index 6b571b49c6a..21eda09406c 100644
--- a/performance-tests/Latency/Thread_Per_Connection/client.cpp
+++ b/performance-tests/Latency/Thread_Per_Connection/client.cpp
@@ -10,8 +10,6 @@
#include "tao/Strategies/advanced_resource.h"
-ACE_RCSID(Thread_Per_Connection_Latency, client, "$Id$")
-
const ACE_TCHAR *ior = ACE_TEXT("file://test.ior");
int niterations = 1000;
int do_shutdown = 1;
@@ -48,7 +46,7 @@ parse_args (int argc, ACE_TCHAR *argv[])
argv [0]),
-1);
}
- // Indicates sucessful parsing of the command line
+ // Indicates successful parsing of the command line
return 0;
}