summaryrefslogtreecommitdiff
path: root/protocols/ace/HTBP/HTBP_Session.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/ace/HTBP/HTBP_Session.h')
-rw-r--r--protocols/ace/HTBP/HTBP_Session.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/protocols/ace/HTBP/HTBP_Session.h b/protocols/ace/HTBP/HTBP_Session.h
index 5b46c6e86b3..9c162849215 100644
--- a/protocols/ace/HTBP/HTBP_Session.h
+++ b/protocols/ace/HTBP/HTBP_Session.h
@@ -1,4 +1,4 @@
-// -*- C++ -*-
+/* -*- C++ -*- */
//=============================================================================
/**
@@ -29,8 +29,6 @@
#include "HTBP_Stream.h"
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
// Forward declarations.
class ACE_HTBP_Filter;
class ACE_Event_Handler;
@@ -187,9 +185,6 @@ namespace ACE
};
}
}
-
-ACE_END_VERSIONED_NAMESPACE_DECL
-
#if defined (__ACE_INLINE__)
#include "HTBP_Session.inl"
#endif