summaryrefslogtreecommitdiff
path: root/tests/BiDirectional/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/BiDirectional/client.cpp')
-rw-r--r--tests/BiDirectional/client.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/BiDirectional/client.cpp b/tests/BiDirectional/client.cpp
index 96d755b73fe..b950587ff83 100644
--- a/tests/BiDirectional/client.cpp
+++ b/tests/BiDirectional/client.cpp
@@ -5,8 +5,6 @@
#include "tao/BiDir_GIOP/BiDirGIOP.h"
#include "tao/AnyTypeCode/Any.h"
-ACE_RCSID(BiDirectional, client, "$Id$")
-
const ACE_TCHAR *ior = ACE_TEXT("file://test.ior");
void do_nothing (void)
@@ -35,7 +33,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;
}