diff options
Diffstat (limited to 'ace/ACE.cpp')
-rw-r--r-- | ace/ACE.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/ACE.cpp b/ace/ACE.cpp index 8c596382c69..01671d6c77d 100644 --- a/ace/ACE.cpp +++ b/ace/ACE.cpp @@ -17,6 +17,9 @@ ACE_RCSID(ace, ACE, "$Id$") +// Keeps track of whether we're in some global debug mode. +char ACE::debug_ = 1; + // Hex characters. const char ACE::hex_chars_[] = "0123456789abcdef"; |