summaryrefslogtreecommitdiff
path: root/ace/Service_Config.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-08-19 14:39:58 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-08-19 14:39:58 +0000
commit89672e07dfcc84f3211643214a5dd6ac3400abe6 (patch)
treeac24fe9cc23e87dcd77f9e50ada362635f8eb4db /ace/Service_Config.h
parent0bc8deefa31f7828c87f194b47cabb1e3bf939bc (diff)
downloadATCD-89672e07dfcc84f3211643214a5dd6ac3400abe6.tar.gz
ChangeLogTag:Thu Aug 19 09:34:41 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Diffstat (limited to 'ace/Service_Config.h')
-rw-r--r--ace/Service_Config.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/ace/Service_Config.h b/ace/Service_Config.h
index 63c9b751318..45f733cd0b0 100644
--- a/ace/Service_Config.h
+++ b/ace/Service_Config.h
@@ -321,14 +321,15 @@ public:
// Process one service configuration <directive>, which is passed as
// a string. Returns the number of errors that occurred.
+ static int process_directives (void);
+ // Process (or re-process) service configuration requests that are
+ // provided in the svc.conf file(s). Returns the number of errors
+ // that occurred.
+
static void handle_signal (int sig, siginfo_t *, ucontext_t *);
// Handles signals to trigger reconfigurations.
protected:
- static int process_directives (void);
- // Process service configuration requests that are provided in the
- // svc.config file(s). Returns the number of errors that occurred.
-
static int process_commandline_directives (void);
// Process service configuration requests that were provided on the
// command-line. Returns the number of errors that occurred.