summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Event_Map_Entry_T.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/Event_Map_Entry_T.inl')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Event_Map_Entry_T.inl10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Event_Map_Entry_T.inl b/TAO/orbsvcs/orbsvcs/Notify/Event_Map_Entry_T.inl
index b0dfa7c4676..f01f9b0de6c 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Event_Map_Entry_T.inl
+++ b/TAO/orbsvcs/orbsvcs/Notify/Event_Map_Entry_T.inl
@@ -1,25 +1,25 @@
// $Id$
template <class PROXY> ACE_INLINE ACE_TYPENAME
-TAO_NS_Event_Map_Entry_T<PROXY>::COLLECTION*
-TAO_NS_Event_Map_Entry_T<PROXY>::collection (void) {
+TAO_Notify_Event_Map_Entry_T<PROXY>::COLLECTION*
+TAO_Notify_Event_Map_Entry_T<PROXY>::collection (void) {
return collection_;
}
template <class PROXY> ACE_INLINE int
-TAO_NS_Event_Map_Entry_T<PROXY>::count (void)
+TAO_Notify_Event_Map_Entry_T<PROXY>::count (void)
{
return this->count_;
}
template <class PROXY> ACE_INLINE CORBA::ULong
-TAO_NS_Event_Map_Entry_T<PROXY>::_incr_refcnt (void)
+TAO_Notify_Event_Map_Entry_T<PROXY>::_incr_refcnt (void)
{
return ++this->usage_count_;
}
template <class PROXY> ACE_INLINE CORBA::ULong
-TAO_NS_Event_Map_Entry_T<PROXY>::_decr_refcnt (void)
+TAO_Notify_Event_Map_Entry_T<PROXY>::_decr_refcnt (void)
{
return --this->usage_count_;
}