summaryrefslogtreecommitdiff
path: root/ace/Trace.h
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>1997-08-06 18:36:45 +0000
committerSteve Huston <shuston@riverace.com>1997-08-06 18:36:45 +0000
commit1fb852e7d387f5ef0f57f27608aea1d298d90636 (patch)
tree7708d8e40a12c719f5aafbab627d04f5cc08a97e /ace/Trace.h
parent4a1e72afde7f9b61b45fb6128b91ee7e2542a67e (diff)
downloadATCD-1fb852e7d387f5ef0f57f27608aea1d298d90636.tar.gz
Add is_tracing() method.
Diffstat (limited to 'ace/Trace.h')
-rw-r--r--ace/Trace.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/Trace.h b/ace/Trace.h
index 8943b7a8055..82925cb8640 100644
--- a/ace/Trace.h
+++ b/ace/Trace.h
@@ -40,6 +40,9 @@ public:
// as the function is exited.
// = Control the tracing level.
+ static int is_tracing(void);
+ // Determine if tracing is enabled (return == 1) or not (== 0)
+
static void start_tracing (void);
// Enable the tracing facility.