summaryrefslogtreecommitdiff
path: root/ace/Service_Config.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-06-23 05:19:42 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-06-23 05:19:42 +0000
commit2bd75935d302fa4f3d6f78c7c2f8bc79aad9c8c8 (patch)
treefd52ac5a6fd1248f20365406481e9e754fa6443c /ace/Service_Config.h
parent46f085dcf7400b3b0ad2a65cbf5f918a06694997 (diff)
downloadATCD-2bd75935d302fa4f3d6f78c7c2f8bc79aad9c8c8.tar.gz
.
Diffstat (limited to 'ace/Service_Config.h')
-rw-r--r--ace/Service_Config.h32
1 files changed, 17 insertions, 15 deletions
diff --git a/ace/Service_Config.h b/ace/Service_Config.h
index 9b068dbfca0..2c991865674 100644
--- a/ace/Service_Config.h
+++ b/ace/Service_Config.h
@@ -135,8 +135,23 @@ public:
int ignore_default_svc_conf = 0);
// This is the primary entry point into the ACE_Service_Config (the
// constructor just handles simple initializations). It parses
- // arguments passed in from the command-line. Returns number of
- // errors that occurred on failure and 0 otherwise.
+ // arguments passed in from the command-line. The arguments that
+ // are valid in a call to this method include:
+ //
+ // '-b' - Option to indicate that we should be a daemon
+ // '-d' - Turn on debugging mode
+ // '-f' - Option to read in the list of svc.conf file names
+ // '-k' - Option to read a wide string where in the logger output can
+ // be written
+ // '-y' - Turn on the flag for a repository of statically
+ // linked services (by default, these are not configured).
+ // '-n' - Need not have a repository of statically linked services
+ // '-S' - Option to read in the list of services on the command-line
+ // Please observe the difference between options '-f' that looks
+ // for a list of files and here a list of services.
+ //
+ // Returns number of errors that occurred on failure and 0
+ // otherwise.
virtual ~ACE_Service_Config (void);
// Perform user-specified close activities and remove dynamic
@@ -321,19 +336,6 @@ protected:
// <ACE_Service_Config>. Note that <argv[0]> is assumed to be the
// program name.
- // The arguments that are valid in a call to this method are
- // '-b' - Option to indicate that we should be a daemon
- // '-d' - Turn on debugging mode
- // '-f' - Option to read in the list of svc.conf file names
- // '-k' - Option to read a wide string where in the logger output can
- // be written
- // '-y' - Turn on the flag for a repository of statically
- // linked services
- // '-n' - Need not have a repository of statically linked services
- // '-S' - Option to read in the list of services on the command-line
- // Please observe the difference between options '-f' that looks
- // for a list of files and here a list of services.
-
static int start_daemon (void);
// Become a daemon.