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.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/ace/Service_Config.h b/ace/Service_Config.h
index a6607f4e1e4..9cba0012a76 100644
--- a/ace/Service_Config.h
+++ b/ace/Service_Config.h
@@ -50,6 +50,18 @@ class ACE_DLL;
ACE_LIB_TEXT ("() \"") \
ACE_LIB_TEXT (parameters) \
ACE_LIB_TEXT ("\"")
+#define ACE_DYNAMIC_SERVICE_DIRECTIVE_A(ident, libpathname, objectclass, parameters) \
+ "dynamic " \
+ ident \
+ " Service_Object * " \
+ libpathname \
+ ":" \
+ objectclass \
+ "() \"" \
+ parameters \
+ "\""
+
+
#define ACE_REMOVE_SERVICE_DIRECTIVE(ident) \
ACE_LIB_TEXT ("remove ") \
ACE_LIB_TEXT (ident)