summaryrefslogtreecommitdiff
path: root/tests/OBV/Forward/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/OBV/Forward/client.cpp')
-rw-r--r--tests/OBV/Forward/client.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/OBV/Forward/client.cpp b/tests/OBV/Forward/client.cpp
index dabff3e82c4..9055a264a94 100644
--- a/tests/OBV/Forward/client.cpp
+++ b/tests/OBV/Forward/client.cpp
@@ -1,14 +1,11 @@
// $Id$
-
#include "TreeBaseC.h"
#include "TreeControllerC.h"
#include "TreeNodeC.h"
#include "ace/Get_Opt.h"
-ACE_RCSID(Forward, client, "$Id$")
-
const ACE_TCHAR *ior = ACE_TEXT("file://test.ior");
int
@@ -33,7 +30,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;
}