summaryrefslogtreecommitdiff
path: root/ace/Svc_Conf.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Svc_Conf.h')
-rw-r--r--ace/Svc_Conf.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/ace/Svc_Conf.h b/ace/Svc_Conf.h
index d14b6228b72..2b9ad997a00 100644
--- a/ace/Svc_Conf.h
+++ b/ace/Svc_Conf.h
@@ -90,10 +90,9 @@ extern int ace_yyleng;
extern ACE_Obstack *ace_obstack;
// Efficient memory allocation technique
-extern ACE_Export ACE_Service_Type_Impl *
- ace_create_service_type (const ACE_TCHAR *, int,
- void *, unsigned int,
- ACE_Service_Object_Exterminator = 0);
+ACE_Service_Type_Impl *ace_create_service_type (const ACE_TCHAR *, int,
+ void *, unsigned int,
+ ACE_Service_Object_Exterminator = 0);
// Factory that creates a new ACE_Service_Type_Impl.
typedef union