diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-01-25 16:51:33 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-01-25 16:51:33 +0000 |
commit | a4a68a191f2f9caaf5c9e5c0c4362a2c2ff6efdb (patch) | |
tree | 1ac2be6275ed5a2637dca0dbeffa296e77ebe79c /ace/Trace.h | |
parent | 5b6ffc4785e5c5b821ea0f32078c77d65e65bec0 (diff) | |
download | ATCD-a4a68a191f2f9caaf5c9e5c0c4362a2c2ff6efdb.tar.gz |
ChangeLogTag:Thu Jan 25 05:34:58 2001 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
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 fe46767ff53..50dffd0d147 100644 --- a/ace/Trace.h +++ b/ace/Trace.h @@ -56,6 +56,9 @@ public: /// Change the nesting indentation level. static void set_nesting_indent (int indent); + /// Get the nesting indentation level. + static int get_nesting_indent (void); + /// Dump the state of an object. void dump (void) const; |