summaryrefslogtreecommitdiff
path: root/tests/No_Server_MT_Connect_Test/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/No_Server_MT_Connect_Test/client.cpp')
-rw-r--r--tests/No_Server_MT_Connect_Test/client.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/No_Server_MT_Connect_Test/client.cpp b/tests/No_Server_MT_Connect_Test/client.cpp
index 6dddbd46c07..ee461bf6f73 100644
--- a/tests/No_Server_MT_Connect_Test/client.cpp
+++ b/tests/No_Server_MT_Connect_Test/client.cpp
@@ -5,8 +5,6 @@
#include "ace/Get_Opt.h"
#include "ace/Task.h"
-ACE_RCSID(MT_Client, client, "$Id$")
-
const ACE_TCHAR *ior = ACE_TEXT("file://test.ior");
int nthreads = 5;
int niterations = 5;
@@ -44,7 +42,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;
}
@@ -112,8 +110,6 @@ ACE_TMAIN(int argc, ACE_TCHAR *argv[])
ACE_DEBUG ((LM_DEBUG, "threads finished\n"));
-
-
orb->destroy ();
}
catch (const CORBA::Exception& ex)