summaryrefslogtreecommitdiff
path: root/ace/Svc_Conf_Lexer_Guard.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Svc_Conf_Lexer_Guard.cpp')
-rw-r--r--ace/Svc_Conf_Lexer_Guard.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/Svc_Conf_Lexer_Guard.cpp b/ace/Svc_Conf_Lexer_Guard.cpp
index 8429d1ea7f4..12649dbdf80 100644
--- a/ace/Svc_Conf_Lexer_Guard.cpp
+++ b/ace/Svc_Conf_Lexer_Guard.cpp
@@ -10,6 +10,8 @@ ACE_RCSID (ace,
Svc_Conf_Lexer_Guard,
"$Id$")
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
ACE_Svc_Conf_Lexer_Guard::ACE_Svc_Conf_Lexer_Guard (ACE_Svc_Conf_Param *param)
: buffer_ (0)
{
@@ -37,4 +39,6 @@ ACE_Svc_Conf_Lexer_Guard::~ACE_Svc_Conf_Lexer_Guard (void)
::ace_yy_pop_buffer (this->buffer_);
}
+ACE_END_VERSIONED_NAMESPACE_DECL
+
#endif /* ACE_USES_CLASSIC_SVC_CONF == 1 */