summaryrefslogtreecommitdiff
path: root/protocols/ace/HTBP/HTBP_Stream.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/ace/HTBP/HTBP_Stream.cpp')
-rw-r--r--protocols/ace/HTBP/HTBP_Stream.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/protocols/ace/HTBP/HTBP_Stream.cpp b/protocols/ace/HTBP/HTBP_Stream.cpp
index f351993369a..c0913569af0 100644
--- a/protocols/ace/HTBP/HTBP_Stream.cpp
+++ b/protocols/ace/HTBP/HTBP_Stream.cpp
@@ -16,6 +16,7 @@
#include "ace/Message_Block.h"
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
// Initialization and termination methods.
/// Constructor.
@@ -322,5 +323,6 @@ ACE::HTBP::Stream::get_handle (void) const
void
ACE::HTBP::Stream::set_handle (ACE_HANDLE )
{
- // no-op
}
+
+ACE_END_VERSIONED_NAMESPACE_DECL