summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Peer.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/Peer.inl')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Peer.inl4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Peer.inl b/TAO/orbsvcs/orbsvcs/Notify/Peer.inl
index 9fc05856b37..8ac8026061a 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Peer.inl
+++ b/TAO/orbsvcs/orbsvcs/Notify/Peer.inl
@@ -3,13 +3,13 @@
#include "Proxy.h"
ACE_INLINE CORBA::ULong
-TAO_NS_Peer::_incr_refcnt (void)
+TAO_Notify_Peer::_incr_refcnt (void)
{
return this->proxy ()->_incr_refcnt ();
}
ACE_INLINE CORBA::ULong
-TAO_NS_Peer::_decr_refcnt (void)
+TAO_Notify_Peer::_decr_refcnt (void)
{
return this->proxy ()->_decr_refcnt ();
}