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.inl25
1 files changed, 0 insertions, 25 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Event_Map_Entry_T.inl b/TAO/orbsvcs/orbsvcs/Notify/Event_Map_Entry_T.inl
deleted file mode 100644
index b0dfa7c4676..00000000000
--- a/TAO/orbsvcs/orbsvcs/Notify/Event_Map_Entry_T.inl
+++ /dev/null
@@ -1,25 +0,0 @@
-// $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) {
- return collection_;
-}
-
-template <class PROXY> ACE_INLINE int
-TAO_NS_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)
-{
- return ++this->usage_count_;
-}
-
-template <class PROXY> ACE_INLINE CORBA::ULong
-TAO_NS_Event_Map_Entry_T<PROXY>::_decr_refcnt (void)
-{
- return --this->usage_count_;
-}