summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Peer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/Peer.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Peer.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Peer.cpp b/TAO/orbsvcs/orbsvcs/Notify/Peer.cpp
index 50659fef095..b9f5c52426a 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Peer.cpp
+++ b/TAO/orbsvcs/orbsvcs/Notify/Peer.cpp
@@ -8,6 +8,8 @@ ACE_RCSID(Notify, TAO_Notify_Peer, "$Id$")
#include "tao/debug.h"
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
TAO_Notify_Peer::TAO_Notify_Peer (void)
{
}
@@ -118,3 +120,5 @@ TAO_Notify_Peer::_decr_refcnt (void)
{
return this->proxy ()->_decr_refcnt ();
}
+
+TAO_END_VERSIONED_NAMESPACE_DECL