summaryrefslogtreecommitdiff
path: root/tests/Portable_Interceptors/Service_Context_Manipulation/server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Portable_Interceptors/Service_Context_Manipulation/server.cpp')
-rw-r--r--tests/Portable_Interceptors/Service_Context_Manipulation/server.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/Portable_Interceptors/Service_Context_Manipulation/server.cpp b/tests/Portable_Interceptors/Service_Context_Manipulation/server.cpp
index f22ac303516..5891af15597 100644
--- a/tests/Portable_Interceptors/Service_Context_Manipulation/server.cpp
+++ b/tests/Portable_Interceptors/Service_Context_Manipulation/server.cpp
@@ -7,10 +7,6 @@
#include "tao/ORBInitializer_Registry.h"
#include "ace/OS_NS_stdio.h"
-ACE_RCSID (Service_Context_Manipulation,
- server,
- "$Id$")
-
const ACE_TCHAR *ior_output_file = ACE_TEXT("test.ior");
int
@@ -34,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;
}