diff options
Diffstat (limited to 'ACE/ace/Service_Manager.h')
-rw-r--r-- | ACE/ace/Service_Manager.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/Service_Manager.h b/ACE/ace/Service_Manager.h index c49449bb820..02d955a7a30 100644 --- a/ACE/ace/Service_Manager.h +++ b/ACE/ace/Service_Manager.h @@ -104,8 +104,8 @@ protected: /// Acceptor instance. ACE_SOCK_Acceptor acceptor_; - /// Keep track of the debugging level. - int debug_; + /// Keep track whether we debug or not. + bool debug_; /// The signal used to trigger reconfiguration. int signum_; |