summaryrefslogtreecommitdiff
path: root/ace/Trace.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Trace.h')
-rw-r--r--ace/Trace.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/ace/Trace.h b/ace/Trace.h
index bce87e6abb8..e0f52b6d2df 100644
--- a/ace/Trace.h
+++ b/ace/Trace.h
@@ -6,13 +6,13 @@
//
// = LIBRARY
// ace
-//
+//
// = FILENAME
// Trace.h
//
// = AUTHOR
-// Doug Schmidt
-//
+// Doug Schmidt
+//
// ============================================================================
#ifndef ACE_TRACE_H
@@ -48,10 +48,10 @@ public:
// Enable the tracing facility.
static void stop_tracing (void);
- // Disable the tracing facility.
+ // Disable the tracing facility.
static void set_nesting_indent (int indent);
- // Change the nesting indentation level.
+ // Change the nesting indentation level.
void dump (void) const;
// Dump the state of an object.
@@ -66,12 +66,12 @@ private:
static int nesting_indent_;
// Keeps track of how far to indent per trace call.
-
+
static int enable_tracing_;
// Is tracing enabled?
// Default values.
- enum
+ enum
{
DEFAULT_INDENT = 3,
DEFAULT_TRACING = 1