diff options
Diffstat (limited to 'tests/DSI_Gateway/server.cpp')
-rw-r--r-- | tests/DSI_Gateway/server.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/DSI_Gateway/server.cpp b/tests/DSI_Gateway/server.cpp index 9ca30d840a2..1e520c7ff9a 100644 --- a/tests/DSI_Gateway/server.cpp +++ b/tests/DSI_Gateway/server.cpp @@ -4,8 +4,6 @@ #include "ace/Get_Opt.h" #include "ace/Task.h" -ACE_RCSID(DSI_Gateway, server, "$Id$") - const ACE_TCHAR *ior_output_file = ACE_TEXT("server.ior"); int nthreads = 4; @@ -36,7 +34,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; } |