summaryrefslogtreecommitdiff
path: root/performance-tests/POA/Implicit_Activation/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'performance-tests/POA/Implicit_Activation/client.cpp')
-rw-r--r--performance-tests/POA/Implicit_Activation/client.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/performance-tests/POA/Implicit_Activation/client.cpp b/performance-tests/POA/Implicit_Activation/client.cpp
index adffd59c87d..d2df111857b 100644
--- a/performance-tests/POA/Implicit_Activation/client.cpp
+++ b/performance-tests/POA/Implicit_Activation/client.cpp
@@ -8,8 +8,6 @@
#include "ace/Sample_History.h"
#include "ace/OS_NS_errno.h"
-ACE_RCSID(Activation, client, "$Id$")
-
const ACE_TCHAR *ior = ACE_TEXT("file://test.ior");
int niterations = 100;
int do_dump_history = 0;
@@ -51,7 +49,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;
}