summaryrefslogtreecommitdiff
path: root/orbsvcs/examples/RtEC/IIOPGateway/Consumer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'orbsvcs/examples/RtEC/IIOPGateway/Consumer.cpp')
-rw-r--r--orbsvcs/examples/RtEC/IIOPGateway/Consumer.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/orbsvcs/examples/RtEC/IIOPGateway/Consumer.cpp b/orbsvcs/examples/RtEC/IIOPGateway/Consumer.cpp
index 280290a51db..d0994c95d3d 100644
--- a/orbsvcs/examples/RtEC/IIOPGateway/Consumer.cpp
+++ b/orbsvcs/examples/RtEC/IIOPGateway/Consumer.cpp
@@ -8,10 +8,6 @@
#include "ace/Arg_Shifter.h"
#include "ace/OS_NS_string.h"
-ACE_RCSID (EC_Examples,
- Consumer,
- "$Id$")
-
const RtecEventComm::EventSourceID MY_SOURCE_ID = ACE_ES_EVENT_SOURCE_ANY + 1;
const RtecEventComm::EventType MY_EVENT_TYPE = ACE_ES_EVENT_UNDEFINED + 1;
@@ -174,7 +170,7 @@ Consumer::parse_args (int argc, ACE_TCHAR *argv[])
arg_shifter.ignore_arg ();
}
- // Indicates sucessful parsing of the command line
+ // Indicates successful parsing of the command line
return 0;
}