summaryrefslogtreecommitdiff
path: root/protocols/ace/HTBP/HTBP_Filter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/ace/HTBP/HTBP_Filter.cpp')
-rw-r--r--protocols/ace/HTBP/HTBP_Filter.cpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/protocols/ace/HTBP/HTBP_Filter.cpp b/protocols/ace/HTBP/HTBP_Filter.cpp
index 2ac714b8904..2571199ef2d 100644
--- a/protocols/ace/HTBP/HTBP_Filter.cpp
+++ b/protocols/ace/HTBP/HTBP_Filter.cpp
@@ -1,3 +1,4 @@
+// ACE_HTBP_Filter.cpp
// $Id$
#include "ace/Log_Msg.h"
@@ -9,9 +10,7 @@
#include "HTBP_Filter.inl"
#endif
-ACE_RCSID(HTBP,ACE_HTBP_Filter,"$Id$")
-
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+ACE_RCSID(HTBP,ACE_HTBP_Filter,"$ID: $")
ACE::HTBP::Filter::Filter (void)
:http_code_ (0)
@@ -53,5 +52,3 @@ ACE::HTBP::Filter::header_complete (ACE::HTBP::Channel *ch)
}
return 0;
}
-
-ACE_END_VERSIONED_NAMESPACE_DECL