summaryrefslogtreecommitdiff
path: root/ace/Service_Config.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-08-23 00:06:39 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-08-23 00:06:39 +0000
commit4ec5abbb56bdd664103a1f3727afc3647747bcfb (patch)
tree2b2d990e9fd094c2616e4d44d83ccdc38a4ce19e /ace/Service_Config.h
parent92cbe4f7fca8e568e0361029ea7ee0660406e9bd (diff)
downloadATCD-4ec5abbb56bdd664103a1f3727afc3647747bcfb.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Service_Config.h')
-rw-r--r--ace/Service_Config.h15
1 files changed, 8 insertions, 7 deletions
diff --git a/ace/Service_Config.h b/ace/Service_Config.h
index 1464c42efbb..f531a868b06 100644
--- a/ace/Service_Config.h
+++ b/ace/Service_Config.h
@@ -231,13 +231,14 @@ public:
// DO NOT USE THIS METHOD. It may be unsupported in future releases.
// Use ACE_Allocator::instance() instead.
- // = Member functions used by various other parts
- // of the Service Configurator class category.
- static int initialize (const ACE_Service_Type *, ASYS_TCHAR parameters[]);
- // Dynamically link the shared object file and retrieve
- // a pointer to the designated shared object in this file.
-
- static int initialize (const ASYS_TCHAR svc_name[], ASYS_TCHAR parameters[]);
+ // = Utility methods.
+ static int initialize (const ACE_Service_Type *,
+ ASYS_TCHAR parameters[]);
+ // Dynamically link the shared object file and retrieve a pointer to
+ // the designated shared object in this file.
+
+ static int initialize (const ASYS_TCHAR svc_name[],
+ ASYS_TCHAR parameters[]);
// Initialize and activate a statically <svc_name> service.
static int resume (const ASYS_TCHAR svc_name[]);