summaryrefslogtreecommitdiff
path: root/ace/Service_Config.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-09-04 18:59:32 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-09-04 18:59:32 +0000
commit3a8b3b069e34ce6c9d9050bffeb1799fc62ac24c (patch)
tree53cc9d9af2a9433ab358ed34bb4b842d590925af /ace/Service_Config.h
parent2265525390efc5f385616f3b22105c83788f4d82 (diff)
downloadATCD-3a8b3b069e34ce6c9d9050bffeb1799fc62ac24c.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Service_Config.h')
-rw-r--r--ace/Service_Config.h14
1 files changed, 6 insertions, 8 deletions
diff --git a/ace/Service_Config.h b/ace/Service_Config.h
index d6d666b714e..56536a7c163 100644
--- a/ace/Service_Config.h
+++ b/ace/Service_Config.h
@@ -257,9 +257,6 @@ public:
// Totally remove <svc_name> from the daemon by removing it
// from the ACE_Reactor, and unlinking it if necessary.
- static char debug (void);
- // Returns the debug level.
-
#if defined (ACE_HAS_WINCE)
// We must provide these function to bridge the <Svc_Conf> parser
// with ACE.
@@ -283,6 +280,9 @@ public:
// Process one service configuration <directive>, which is passed as
// a string. 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
@@ -310,10 +310,6 @@ protected:
// Add the default statically-linked services to the
// <ACE_Service_Repository>.
-public:
- static void handle_signal (int sig, siginfo_t *, ucontext_t *);
- // Handles signals to trigger reconfigurations.
-
private:
static const ASYS_TCHAR *service_config_file_;
// Name of service configuration file.
@@ -331,9 +327,11 @@ private:
// True if reconfiguration occurred.
// = Set by command-line options.
- static char debug_;
static char be_a_daemon_;
+ // Shall we become a daemon process?
+
static char no_static_svcs_;
+ // Should we avoid loading the static services?
static int signum_;
// Number of the signal used to trigger reconfiguration.