summaryrefslogtreecommitdiff
path: root/ace/Trace.cpp
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
commit450b556210b165a2ce85a4132ea8fdf311c64d73 (patch)
tree1ac2be6275ed5a2637dca0dbeffa296e77ebe79c /ace/Trace.cpp
parentb77e6a863a0bed39c0a37baf54896352559ea996 (diff)
downloadATCD-450b556210b165a2ce85a4132ea8fdf311c64d73.tar.gz
ChangeLogTag:Thu Jan 25 05:34:58 2001 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
Diffstat (limited to 'ace/Trace.cpp')
-rw-r--r--ace/Trace.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/ace/Trace.cpp b/ace/Trace.cpp
index 892677b8605..8534da3f14c 100644
--- a/ace/Trace.cpp
+++ b/ace/Trace.cpp
@@ -62,6 +62,14 @@ ACE_Trace::set_nesting_indent (int indent)
ACE_Trace::nesting_indent_ = indent;
}
+// Get the nesting indentation level.
+
+int
+ACE_Trace::get_nesting_indent (void)
+{
+ return ACE_Trace::nesting_indent_;
+}
+
// Perform the first part of the trace, which prints out the string N,
// the LINE, and the ACE_FILE as the function is entered.