ProxySupplier.inl

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 //
00003 // ProxySupplier.inl,v 1.7 2005/11/14 22:03:49 ossama Exp
00004 
00005 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
00006 
00007 ACE_INLINE bool
00008 TAO_Notify_ProxySupplier::is_connected (void) const
00009 {
00010   return ( this->consumer_.get() != 0 );
00011 }
00012 
00013 ACE_INLINE TAO_Notify_Consumer*
00014 TAO_Notify_ProxySupplier::consumer (void)
00015 {
00016   return this->consumer_.get();
00017 }
00018 
00019 ACE_INLINE TAO_Notify_ConsumerAdmin&
00020 TAO_Notify_ProxySupplier::consumer_admin (void)
00021 {
00022   ACE_ASSERT( this->consumer_admin_.get() != 0 );
00023   return *this->consumer_admin_;
00024 }
00025 
00026 TAO_END_VERSIONED_NAMESPACE_DECL

Generated on Thu Nov 9 13:24:14 2006 for TAO_CosNotification by doxygen 1.3.6