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, 6 insertions, 1 deletions
diff --git a/protocols/ace/HTBP/HTBP_Session.h b/protocols/ace/HTBP/HTBP_Session.h
index 9c162849215..5b46c6e86b3 100644
--- a/protocols/ace/HTBP/HTBP_Session.h
+++ b/protocols/ace/HTBP/HTBP_Session.h
@@ -1,4 +1,4 @@
-/* -*- C++ -*- */
+// -*- C++ -*-
//=============================================================================
/**
@@ -29,6 +29,8 @@
#include "HTBP_Stream.h"
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
// Forward declarations.
class ACE_HTBP_Filter;
class ACE_Event_Handler;
@@ -185,6 +187,9 @@ namespace ACE
};
}
}
+
+ACE_END_VERSIONED_NAMESPACE_DECL
+
#if defined (__ACE_INLINE__)
#include "HTBP_Session.inl"
#endif