summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Event_Map_Entry_T.cpp
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-11-14 22:03:50 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-11-14 22:03:50 +0000
commit1f59629c3e2a0a4b0a7a6e656395f11a6e1207a7 (patch)
treefefa0b410111047bf0bab244113a81f3904fa1dc /TAO/orbsvcs/orbsvcs/Notify/Event_Map_Entry_T.cpp
parentd03f1a8db70939f65a2cd0b14a90f8304a0baccf (diff)
downloadATCD-1f59629c3e2a0a4b0a7a6e656395f11a6e1207a7.tar.gz
ChangeLogTag:Mon Nov 14 13:54:08 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/Event_Map_Entry_T.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Event_Map_Entry_T.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Event_Map_Entry_T.cpp b/TAO/orbsvcs/orbsvcs/Notify/Event_Map_Entry_T.cpp
index 089a32adca0..0f8f0384227 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Event_Map_Entry_T.cpp
+++ b/TAO/orbsvcs/orbsvcs/Notify/Event_Map_Entry_T.cpp
@@ -17,6 +17,8 @@ ACE_RCSID (Notify,
#include "Properties.h"
#include "Factory.h"
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
template <class PROXY>
TAO_Notify_Event_Map_Entry_T<PROXY>::TAO_Notify_Event_Map_Entry_T (void)
: collection_ (0), count_ (0), usage_count_ (1)
@@ -51,4 +53,6 @@ TAO_Notify_Event_Map_Entry_T<PROXY>::disconnected (PROXY* proxy ACE_ENV_ARG_DECL
--count_;
}
+TAO_END_VERSIONED_NAMESPACE_DECL
+
#endif /* TAO_Notify_EVENT_MAP_ENTRY_CPP */