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

#include "Proxy.h"

ACE_INLINE CORBA::ULong
TAO_NS_Peer::_incr_refcnt (void)
{
  return this->proxy ()->_incr_refcnt ();
}

ACE_INLINE CORBA::ULong
TAO_NS_Peer::_decr_refcnt (void)
{
  return this->proxy ()->_decr_refcnt ();
}