summaryrefslogtreecommitdiff
path: root/protocols/ace/HTBP/HTBP_Notifier.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/ace/HTBP/HTBP_Notifier.cpp')
-rw-r--r--protocols/ace/HTBP/HTBP_Notifier.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/protocols/ace/HTBP/HTBP_Notifier.cpp b/protocols/ace/HTBP/HTBP_Notifier.cpp
index 631ea2728b0..70a6df54023 100644
--- a/protocols/ace/HTBP/HTBP_Notifier.cpp
+++ b/protocols/ace/HTBP/HTBP_Notifier.cpp
@@ -14,6 +14,8 @@
#include "HTBP_Session.h"
#include "ace/Reactor.h"
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
ACE::HTBP::Notifier::Notifier (ACE::HTBP::Channel *s)
: channel_(s)
{
@@ -80,3 +82,5 @@ ACE::HTBP::Notifier::get_handle(void) const
{
return this->channel_->ace_stream().get_handle();
}
+
+ACE_END_VERSIONED_NAMESPACE_DECL