summaryrefslogtreecommitdiff
path: root/orbsvcs/orbsvcs/CosEvent/CEC_ProxyPullConsumer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'orbsvcs/orbsvcs/CosEvent/CEC_ProxyPullConsumer.cpp')
-rw-r--r--orbsvcs/orbsvcs/CosEvent/CEC_ProxyPullConsumer.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/orbsvcs/orbsvcs/CosEvent/CEC_ProxyPullConsumer.cpp b/orbsvcs/orbsvcs/CosEvent/CEC_ProxyPullConsumer.cpp
index c8400b43e42..3c26d56fa2e 100644
--- a/orbsvcs/orbsvcs/CosEvent/CEC_ProxyPullConsumer.cpp
+++ b/orbsvcs/orbsvcs/CosEvent/CEC_ProxyPullConsumer.cpp
@@ -12,10 +12,6 @@
#include "orbsvcs/CosEvent/CEC_ProxyPullConsumer.inl"
#endif /* __ACE_INLINE__ */
-ACE_RCSID (CosEvent,
- CEC_ProxyPullConsumer,
- "$Id$")
-
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
typedef ACE_Reverse_Lock<ACE_Lock> TAO_CEC_Unlock;
@@ -72,7 +68,7 @@ TAO_CEC_ProxyPullConsumer::deactivate (void)
catch (const CORBA::Exception&)
{
// Exceptions here should not be propagated. They usually
- // indicate that an object is beign disconnected twice, or some
+ // indicate that an object is being disconnected twice, or some
// race condition, but not a fault that the user needs to know
// about.
}