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, 0 insertions, 4 deletions
diff --git a/protocols/ace/HTBP/HTBP_Notifier.cpp b/protocols/ace/HTBP/HTBP_Notifier.cpp
index 70a6df54023..631ea2728b0 100644
--- a/protocols/ace/HTBP/HTBP_Notifier.cpp
+++ b/protocols/ace/HTBP/HTBP_Notifier.cpp
@@ -14,8 +14,6 @@
#include "HTBP_Session.h"
#include "ace/Reactor.h"
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
ACE::HTBP::Notifier::Notifier (ACE::HTBP::Channel *s)
: channel_(s)
{
@@ -82,5 +80,3 @@ ACE::HTBP::Notifier::get_handle(void) const
{
return this->channel_->ace_stream().get_handle();
}
-
-ACE_END_VERSIONED_NAMESPACE_DECL