summaryrefslogtreecommitdiff
path: root/ace/ACE.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-09-04 18:59:32 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-09-04 18:59:32 +0000
commit3a8b3b069e34ce6c9d9050bffeb1799fc62ac24c (patch)
tree53cc9d9af2a9433ab358ed34bb4b842d590925af /ace/ACE.cpp
parent2265525390efc5f385616f3b22105c83788f4d82 (diff)
downloadATCD-3a8b3b069e34ce6c9d9050bffeb1799fc62ac24c.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/ACE.cpp')
-rw-r--r--ace/ACE.cpp3
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";