diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-04-05 21:05:55 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-04-05 21:05:55 +0000 |
commit | dd9a66d155b34f67681927cb785f61854dd23ccd (patch) | |
tree | 300f2388955cb2b80d6aa9382ee02b18b983881f /ace/Service_Config.h | |
parent | 7bfab69daa5b074cf70e73d347d92e90062fb5e1 (diff) | |
download | ATCD-dd9a66d155b34f67681927cb785f61854dd23ccd.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/Service_Config.h')
-rw-r--r-- | ace/Service_Config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ace/Service_Config.h b/ace/Service_Config.h index 8f0736ff693..ee7829232e7 100644 --- a/ace/Service_Config.h +++ b/ace/Service_Config.h @@ -78,7 +78,7 @@ public: // = Initialization and termination methods. - ACE_Service_Config (int ignore_defaults = 0, + ACE_Service_Config (int ignore_static_svcs = 0, size_t size = ACE_Service_Config::MAX_SERVICES, int signum = SIGHUP); // Initialize the Service Repository. @@ -269,7 +269,7 @@ protected: static int start_daemon (void); // Become a daemon. - static int load_defaults (void); + static int load_static_svcs (void); // Add the default statically-linked services to the <ACE_Service_Repository>. static void handle_signal (int sig, siginfo_t *, ucontext_t *); @@ -336,7 +336,7 @@ private: // = Set by command-line options. static char debug_; static char be_a_daemon_; - static char no_defaults_; + static char no_static_svcs_; static int signum_; // Number of the signal used to trigger reconfiguration. |