summaryrefslogtreecommitdiff
path: root/performance-tests/POA/Implicit_Activation/server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'performance-tests/POA/Implicit_Activation/server.cpp')
-rw-r--r--performance-tests/POA/Implicit_Activation/server.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/performance-tests/POA/Implicit_Activation/server.cpp b/performance-tests/POA/Implicit_Activation/server.cpp
index 57ed66d4756..9884ddb93ee 100644
--- a/performance-tests/POA/Implicit_Activation/server.cpp
+++ b/performance-tests/POA/Implicit_Activation/server.cpp
@@ -6,8 +6,6 @@
#include "ace/OS_NS_stdio.h"
#include "ace/OS_NS_errno.h"
-ACE_RCSID(Activation, server, "$Id$")
-
const ACE_TCHAR *ior_output_file = ACE_TEXT("test.ior");
int
@@ -32,7 +30,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;
}