summaryrefslogtreecommitdiff
path: root/ace/Service_Config.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2000-09-13 19:56:33 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2000-09-13 19:56:33 +0000
commitc27c808bd4ea8322c10fce4adc20200c128e0ea2 (patch)
treed25952489e4a75e319f26c3930a820e47364f69f /ace/Service_Config.h
parent0312d3bb9f9dd231d3582dff9939031a34930ed1 (diff)
downloadATCD-c27c808bd4ea8322c10fce4adc20200c128e0ea2.tar.gz
ChangeLogTag:Wed Sep 13 14:33:25 2000 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
Diffstat (limited to 'ace/Service_Config.h')
-rw-r--r--ace/Service_Config.h19
1 files changed, 9 insertions, 10 deletions
diff --git a/ace/Service_Config.h b/ace/Service_Config.h
index 476ebd2a0fa..614d7fec58e 100644
--- a/ace/Service_Config.h
+++ b/ace/Service_Config.h
@@ -364,16 +364,6 @@ public:
static void handle_signal (int sig, siginfo_t *, ucontext_t *);
// Handles signals to trigger reconfigurations.
-protected:
- static int process_commandline_directives (void);
- // Process service configuration requests that were provided on the
- // command-line. Returns the number of errors that occurred.
-
- static int process_directives_i (void);
- // This is the implementation function that <process_directives> and
- // <process_directive> both call. Returns the number of errors that
- // occurred.
-
static int parse_args (int, ACE_TCHAR *argv[]);
// Handle the command-line options intended for the
// <ACE_Service_Config>. Note that <argv[0]> is assumed to be the
@@ -390,6 +380,15 @@ protected:
// '-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.
+protected:
+ static int process_commandline_directives (void);
+ // Process service configuration requests that were provided on the
+ // command-line. Returns the number of errors that occurred.
+
+ static int process_directives_i (void);
+ // This is the implementation function that <process_directives> and
+ // <process_directive> both call. Returns the number of errors that
+ // occurred.
static int start_daemon (void);
// Become a daemon.