summaryrefslogtreecommitdiff
path: root/ace/Global_Macros.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Global_Macros.h')
-rw-r--r--ace/Global_Macros.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Global_Macros.h b/ace/Global_Macros.h
index 8487880e797..2f24a1c3646 100644
--- a/ace/Global_Macros.h
+++ b/ace/Global_Macros.h
@@ -570,7 +570,7 @@ ACE_Static_Svc_Descriptor ace_svc_desc_##SERVICE_CLASS = { NAME, TYPE, FN, FLAGS
class ACE_Static_Svc_##SERVICE_CLASS {\
public:\
ACE_Static_Svc_##SERVICE_CLASS() { \
- ACE_Service_Config::static_svcs ()->insert (\
+ ACE_Service_Config::insert (\
&ace_svc_desc_##SERVICE_CLASS); \
} \
};
@@ -583,7 +583,7 @@ ACE_Static_Svc_##SERVICE_CLASS ace_static_svc_##SERVICE_CLASS
class ACE_Static_Svc_##SERVICE_CLASS {\
public:\
ACE_Static_Svc_##SERVICE_CLASS() { \
- ACE_Service_Config::static_svcs ()->insert (\
+ ACE_Service_Config::insert (\
&ace_svc_desc_##SERVICE_CLASS); \
} \
};\