00001 // -*- C++ -*- 00002 // 00003 // Supplier.inl,v 1.5 2005/11/14 22:03:49 ossama Exp 00004 00005 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00006 00007 ACE_INLINE TAO_Notify_ProxyConsumer* 00008 TAO_Notify_Supplier::proxy_consumer (void) 00009 { 00010 return this->proxy_; 00011 } 00012 00013 TAO_END_VERSIONED_NAMESPACE_DECL