summaryrefslogtreecommitdiff
path: root/ace/XML_Svc_Conf.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/XML_Svc_Conf.h')
-rw-r--r--ace/XML_Svc_Conf.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/ace/XML_Svc_Conf.h b/ace/XML_Svc_Conf.h
index a91594b6075..c05e63babfd 100644
--- a/ace/XML_Svc_Conf.h
+++ b/ace/XML_Svc_Conf.h
@@ -1,4 +1,4 @@
-// -*- C++ -*-
+/* -*- C++ -*- */
//=============================================================================
/**
@@ -23,9 +23,6 @@
#endif /* ACE_LACKS_PRAGMA_ONCE */
#if (ACE_USES_CLASSIC_SVC_CONF==0)
-
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
/**
* @class ACE_XML_Svc_Conf
*
@@ -55,9 +52,6 @@ public:
virtual int parse_string (const ACE_TCHAR str[]) = 0;
};
-
-ACE_END_VERSIONED_NAMESPACE_DECL
-
#endif /* ACE_USES_CLASSIC_SVC_CONF == 0 */
#include /**/ "ace/post.h"