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