summaryrefslogtreecommitdiff
path: root/orbsvcs/examples/CosEC/Simple/Service.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'orbsvcs/examples/CosEC/Simple/Service.cpp')
-rw-r--r--orbsvcs/examples/CosEC/Simple/Service.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/orbsvcs/examples/CosEC/Simple/Service.cpp b/orbsvcs/examples/CosEC/Simple/Service.cpp
index 1c3682594ec..324f5729357 100644
--- a/orbsvcs/examples/CosEC/Simple/Service.cpp
+++ b/orbsvcs/examples/CosEC/Simple/Service.cpp
@@ -5,10 +5,6 @@
#include "ace/Get_Opt.h"
#include "ace/OS_NS_stdio.h"
-ACE_RCSID (CosEC_Simple,
- Service,
- "$Id$")
-
const ACE_TCHAR *ior_output_file = ACE_TEXT("ec.ior");
int
@@ -33,7 +29,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;
}