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, 1 insertions, 6 deletions
diff --git a/protocols/ace/HTBP/HTBP_Session.inl b/protocols/ace/HTBP/HTBP_Session.inl
index 06c510650c9..fb5c337826c 100644
--- a/protocols/ace/HTBP/HTBP_Session.inl
+++ b/protocols/ace/HTBP/HTBP_Session.inl
@@ -1,9 +1,6 @@
-// -*- C++ -*-
-//
+/* -*- C++ -*- */
// $Id$
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
ACE_INLINE
void
ACE::HTBP::Session::reconnect ()
@@ -110,5 +107,3 @@ 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