diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-09-04 18:59:32 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-09-04 18:59:32 +0000 |
commit | 3a8b3b069e34ce6c9d9050bffeb1799fc62ac24c (patch) | |
tree | 53cc9d9af2a9433ab358ed34bb4b842d590925af /ace/ACE.h | |
parent | 2265525390efc5f385616f3b22105c83788f4d82 (diff) | |
download | ATCD-3a8b3b069e34ce6c9d9050bffeb1799fc62ac24c.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/ACE.h')
-rw-r--r-- | ace/ACE.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ace/ACE.h b/ace/ACE.h index a9a6ecd2ee6..7b9e3c09cc3 100644 --- a/ace/ACE.h +++ b/ace/ACE.h @@ -595,6 +595,10 @@ public: static u_char hex2byte (char c); // Convert a hex character to its byte representation. + // = Set/get the debug level. + static char debug (void); + static void debug (char d); + private: static int enter_recv_timedwait (ACE_HANDLE handle, const ACE_Time_Value *timeout, @@ -628,6 +632,9 @@ private: static const char hex_chars_[]; // Hex characters. + + static char debug_; + // Are we debugging ACE? }; #if !defined (ACE_LACKS_INLINE_FUNCTIONS) |