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 | 450b556210b165a2ce85a4132ea8fdf311c64d73 (patch) | |
tree | 1ac2be6275ed5a2637dca0dbeffa296e77ebe79c /ace/Trace.cpp | |
parent | b77e6a863a0bed39c0a37baf54896352559ea996 (diff) | |
download | ATCD-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.cpp | 8 |
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. |