diff options
author | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-05-18 17:31:15 +0000 |
---|---|---|
committer | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-05-18 17:31:15 +0000 |
commit | c88c3603c2a7b141d34ba839fd3ce3408cb055fc (patch) | |
tree | eccd4efaecb7048f3bca605e7aa438fb886bf128 /ace/Service_Config.h | |
parent | b3aae5ab0f9063391befdd4ea8fac07afb398e12 (diff) | |
download | ATCD-c88c3603c2a7b141d34ba839fd3ce3408cb055fc.tar.gz |
Changed Service Configurator so debug messages are only outputted when a
debug flag is used.
Diffstat (limited to 'ace/Service_Config.h')
-rw-r--r-- | ace/Service_Config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/Service_Config.h b/ace/Service_Config.h index 88a96335b14..cdb9d7ff816 100644 --- a/ace/Service_Config.h +++ b/ace/Service_Config.h @@ -252,6 +252,9 @@ 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. @@ -301,6 +304,7 @@ protected: static int load_static_svcs (void); // 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. |