summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Supplier.inl
blob: e1b2c45f8c3c138ea6ad78d176f70c30286bc415 (plain)
1
2
3
4
5
6
7
8
9
10
// -*- C++ -*-
TAO_BEGIN_VERSIONED_NAMESPACE_DECL

ACE_INLINE TAO_Notify_ProxyConsumer*
TAO_Notify_Supplier::proxy_consumer (void)
{
  return this->proxy_;
}

TAO_END_VERSIONED_NAMESPACE_DECL