summaryrefslogtreecommitdiff
path: root/orbsvcs/tests/Bug_3216_Regression/server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'orbsvcs/tests/Bug_3216_Regression/server.cpp')
-rw-r--r--orbsvcs/tests/Bug_3216_Regression/server.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/orbsvcs/tests/Bug_3216_Regression/server.cpp b/orbsvcs/tests/Bug_3216_Regression/server.cpp
index cb35a50ec49..6aa822e5431 100644
--- a/orbsvcs/tests/Bug_3216_Regression/server.cpp
+++ b/orbsvcs/tests/Bug_3216_Regression/server.cpp
@@ -11,10 +11,6 @@
#include "tao/PI/PI.h"
#include "tao/ORBInitializer_Registry.h"
-ACE_RCSID (Hello,
- server,
- "$Id$")
-
const ACE_TCHAR *ior_output_file = ACE_TEXT("test.ior");
TAO_IOP::TAO_IOR_Manipulation_var iorm = 0;
@@ -40,7 +36,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;
}