summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/ProxyConsumer.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/ProxyConsumer.inl')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/ProxyConsumer.inl6
1 files changed, 6 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/ProxyConsumer.inl b/TAO/orbsvcs/orbsvcs/Notify/ProxyConsumer.inl
index 4ad429ba0e5..b2b0c8bb5c8 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/ProxyConsumer.inl
+++ b/TAO/orbsvcs/orbsvcs/Notify/ProxyConsumer.inl
@@ -1,5 +1,9 @@
+// -*- C++ -*-
+//
// $Id$
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
ACE_INLINE bool
TAO_Notify_ProxyConsumer::is_connected (void) const
{
@@ -18,3 +22,5 @@ TAO_Notify_ProxyConsumer::supplier_admin (void)
ACE_ASSERT( this->supplier_admin_.get() != 0 );
return *this->supplier_admin_;
}
+
+TAO_END_VERSIONED_NAMESPACE_DECL