summaryrefslogtreecommitdiff
path: root/TAO/utils/logWalker/Invocation.h
diff options
context:
space:
mode:
authorPhil Mesnier <mesnierp@ociweb.com>2016-04-13 00:04:40 -0500
committerPhil Mesnier <mesnierp@ociweb.com>2016-04-13 00:04:40 -0500
commit61b67c51c373a2b4f245d1a954e8b6200adc7e4a (patch)
treecca607a4d58e2355abea927fd73dcadfef43003f /TAO/utils/logWalker/Invocation.h
parentf9e3da24c3dfa3f236c4f2af364fca1e9acbc1f1 (diff)
downloadATCD-61b67c51c373a2b4f245d1a954e8b6200adc7e4a.tar.gz
revert conflicting ignores, re-indent, and remove cli delay
Diffstat (limited to 'TAO/utils/logWalker/Invocation.h')
-rw-r--r--TAO/utils/logWalker/Invocation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/utils/logWalker/Invocation.h b/TAO/utils/logWalker/Invocation.h
index d1cc33b0b83..6c296d9c468 100644
--- a/TAO/utils/logWalker/Invocation.h
+++ b/TAO/utils/logWalker/Invocation.h
@@ -81,7 +81,7 @@ public:
Thread *waiter (void) const;
long handle (void) const;
- void new_line (ostream &strm, int indent, int offset, bool add_nl, bool show_indent);
+ void new_line (ostream &strm, size_t indent, int offset, bool add_nl, bool show_indent);
void dump_detail (ostream &strm, size_t indent, Dump_Mode mode, bool show_handle);
void dump_rel_time (ostream &strm, const ACE_Time_Value& tv, const ACE_Time_Value& start);
void dump_start_line (ostream &strm, size_t indent, const ACE_Time_Value& start);