summaryrefslogtreecommitdiff
path: root/orbsvcs/tests/LoadBalancing/GenericFactory/Infrastructure_Controlled/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'orbsvcs/tests/LoadBalancing/GenericFactory/Infrastructure_Controlled/client.cpp')
-rw-r--r--orbsvcs/tests/LoadBalancing/GenericFactory/Infrastructure_Controlled/client.cpp10
1 files changed, 3 insertions, 7 deletions
diff --git a/orbsvcs/tests/LoadBalancing/GenericFactory/Infrastructure_Controlled/client.cpp b/orbsvcs/tests/LoadBalancing/GenericFactory/Infrastructure_Controlled/client.cpp
index ac7013e0e2e..4b7b468b90c 100644
--- a/orbsvcs/tests/LoadBalancing/GenericFactory/Infrastructure_Controlled/client.cpp
+++ b/orbsvcs/tests/LoadBalancing/GenericFactory/Infrastructure_Controlled/client.cpp
@@ -1,12 +1,8 @@
+// $Id$
+
#include "TestC.h"
#include "ace/Get_Opt.h"
-
-ACE_RCSID (Infrastructure_Controlled,
- client,
- "$Id$")
-
-
const ACE_TCHAR *ior = ACE_TEXT("file://obj.ior");
int
@@ -31,7 +27,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;
}