summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Proxy.inl
blob: 16bb8abd7e26bb59ffd5235d54c88f76e782b590 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// $Id$

ACE_INLINE TAO_NS_EventTypeSeq&
TAO_NS_Proxy::subscribed_types (void)
{
  return this->subscribed_types_;
}

ACE_INLINE CORBA::Boolean
TAO_NS_Proxy::updates_off (void)
{
  return this->updates_off_;
}