summaryrefslogtreecommitdiff
path: root/ace/Service_Config.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Service_Config.h')
-rw-r--r--ace/Service_Config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Service_Config.h b/ace/Service_Config.h
index df560eb8345..41f69edbe1e 100644
--- a/ace/Service_Config.h
+++ b/ace/Service_Config.h
@@ -40,8 +40,6 @@ class ACE_Reactor;
class ACE_Thread_Manager;
class ACE_DLL;
-ACE_END_VERSIONED_NAMESPACE_DECL
-
#if (ACE_USES_CLASSIC_SVC_CONF == 1)
#define ACE_DYNAMIC_SERVICE_DIRECTIVE(ident, libpathname, objectclass, parameters) \
ACE_LIB_TEXT ("dynamic ") \
@@ -76,6 +74,8 @@ class ACE_Svc_Conf_Param;
class ACE_XML_Svc_Conf;
#endif /* ACE_USES_CLASSIC_SVC_CONF == 1 */
+ACE_END_VERSIONED_NAMESPACE_DECL
+
extern "C"
{
typedef ACE_Service_Object *(*ACE_SERVICE_ALLOCATOR) (ACE_Service_Object_Exterminator *);