summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Log/NotifyLogConsumer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Log/NotifyLogConsumer.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Log/NotifyLogConsumer.cpp10
1 files changed, 6 insertions, 4 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Log/NotifyLogConsumer.cpp b/TAO/orbsvcs/orbsvcs/Log/NotifyLogConsumer.cpp
index 45d006584a2..97f1a9803f1 100644
--- a/TAO/orbsvcs/orbsvcs/Log/NotifyLogConsumer.cpp
+++ b/TAO/orbsvcs/orbsvcs/Log/NotifyLogConsumer.cpp
@@ -6,19 +6,21 @@ ACE_RCSID (Log,
NotifyLogConsumer,
"$Id$")
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
TAO_Notify_LogConsumer::TAO_Notify_LogConsumer (TAO_NotifyLog_i *log)
: log_ (log)
{
- // No-Op.
}
TAO_Notify_LogConsumer::~TAO_Notify_LogConsumer (void)
{
- // No-Op.
}
void
-TAO_Notify_LogConsumer::connect (CosNotifyChannelAdmin::ConsumerAdmin_ptr consumer_admin ACE_ENV_ARG_DECL)
+TAO_Notify_LogConsumer::connect (
+ CosNotifyChannelAdmin::ConsumerAdmin_ptr consumer_admin
+ ACE_ENV_ARG_DECL)
{
// Activate the consumer with the default_POA_
CosNotifyComm::PushConsumer_var objref =
@@ -137,6 +139,6 @@ TAO_Notify_LogConsumer::disconnect_push_consumer
CORBA::SystemException
))
{
- // No-Op.
}
+TAO_END_VERSIONED_NAMESPACE_DECL