diff options
author | Steve Huston <shuston@riverace.com> | 1997-08-06 18:36:45 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 1997-08-06 18:36:45 +0000 |
commit | 1fb852e7d387f5ef0f57f27608aea1d298d90636 (patch) | |
tree | 7708d8e40a12c719f5aafbab627d04f5cc08a97e /ace/Trace.h | |
parent | 4a1e72afde7f9b61b45fb6128b91ee7e2542a67e (diff) | |
download | ATCD-1fb852e7d387f5ef0f57f27608aea1d298d90636.tar.gz |
Add is_tracing() method.
Diffstat (limited to 'ace/Trace.h')
-rw-r--r-- | ace/Trace.h | 3 |
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. |