summaryrefslogtreecommitdiff
path: root/ace/Trace.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2001-01-25 16:51:33 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2001-01-25 16:51:33 +0000
commita4a68a191f2f9caaf5c9e5c0c4362a2c2ff6efdb (patch)
tree1ac2be6275ed5a2637dca0dbeffa296e77ebe79c /ace/Trace.h
parent5b6ffc4785e5c5b821ea0f32078c77d65e65bec0 (diff)
downloadATCD-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.h3
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;