summaryrefslogtreecommitdiff
path: root/orbsvcs/examples/RtEC/Simple/Service.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'orbsvcs/examples/RtEC/Simple/Service.cpp')
-rw-r--r--orbsvcs/examples/RtEC/Simple/Service.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/orbsvcs/examples/RtEC/Simple/Service.cpp b/orbsvcs/examples/RtEC/Simple/Service.cpp
index 3d40a284ca5..d941b8eb05f 100644
--- a/orbsvcs/examples/RtEC/Simple/Service.cpp
+++ b/orbsvcs/examples/RtEC/Simple/Service.cpp
@@ -6,10 +6,6 @@
#include "orbsvcs/CosNamingC.h"
#include "ace/OS_NS_stdio.h"
-ACE_RCSID (EC_Examples,
- Service,
- "$Id$")
-
const ACE_TCHAR *ior_output_file = ACE_TEXT("ec.ior");
int parse_args (int argc, ACE_TCHAR *argv[]);
@@ -122,7 +118,7 @@ int 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;
}