diff options
Diffstat (limited to 'tests/Multiple/server.cpp')
-rw-r--r-- | tests/Multiple/server.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/Multiple/server.cpp b/tests/Multiple/server.cpp index b36c578233c..a3ee10f8edd 100644 --- a/tests/Multiple/server.cpp +++ b/tests/Multiple/server.cpp @@ -4,8 +4,6 @@ #include "ace/Get_Opt.h" #include "ace/OS_NS_stdio.h" -ACE_RCSID (tests, server, "$Id$") - const ACE_TCHAR *ior_output_file = ACE_TEXT("test.ior"); int @@ -30,7 +28,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; } |