summaryrefslogtreecommitdiff
path: root/protocols/ace/HTBP/HTBP_Session.inl
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/ace/HTBP/HTBP_Session.inl')
-rw-r--r--protocols/ace/HTBP/HTBP_Session.inl7
1 files changed, 6 insertions, 1 deletions
diff --git a/protocols/ace/HTBP/HTBP_Session.inl b/protocols/ace/HTBP/HTBP_Session.inl
index fb5c337826c..06c510650c9 100644
--- a/protocols/ace/HTBP/HTBP_Session.inl
+++ b/protocols/ace/HTBP/HTBP_Session.inl
@@ -1,6 +1,9 @@
-/* -*- C++ -*- */
+// -*- C++ -*-
+//
// $Id$
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
ACE_INLINE
void
ACE::HTBP::Session::reconnect ()
@@ -107,3 +110,5 @@ ACE::HTBP::Session_Id_t::operator ==(const ACE::HTBP::Session_Id_t &other) const
(this->local_ == other.local_) &&
(this->peer_ == other.peer_));
}
+
+ACE_END_VERSIONED_NAMESPACE_DECL