summaryrefslogtreecommitdiff
path: root/orbsvcs/examples/LoadBalancing/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'orbsvcs/examples/LoadBalancing/client.cpp')
-rw-r--r--orbsvcs/examples/LoadBalancing/client.cpp10
1 files changed, 3 insertions, 7 deletions
diff --git a/orbsvcs/examples/LoadBalancing/client.cpp b/orbsvcs/examples/LoadBalancing/client.cpp
index d3c1dc441a7..3e8714ab864 100644
--- a/orbsvcs/examples/LoadBalancing/client.cpp
+++ b/orbsvcs/examples/LoadBalancing/client.cpp
@@ -1,13 +1,9 @@
+// $Id$
+
#include "TestC.h"
#include "ace/Get_Opt.h"
#include "ace/streams.h"
-
-ACE_RCSID (LoadBalancing,
- client,
- "$Id$")
-
-
const ACE_TCHAR *ior = ACE_TEXT("file://obj.ior");
int niterations = 100;
@@ -44,7 +40,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;
}