summaryrefslogtreecommitdiff
path: root/src/monitor/dump.h
diff options
context:
space:
mode:
authoradmin (centauri.fritz.box) <puppet@mx.buetow.org>2014-07-01 20:17:01 +0200
committeradmin (centauri.fritz.box) <puppet@mx.buetow.org>2014-07-01 20:17:01 +0200
commit174529af9197d99d2c5e8f75798fb6d6d9247254 (patch)
tree7bdb29f9391b5a3d3629bba3ebec1ca7832b3c9c /src/monitor/dump.h
parent751eada68e49f9ffae9a0be743d88a3ce956883f (diff)
parent6fde6b0fe90abde84011202edd40fe46eb06af44 (diff)
Diffstat (limited to 'src/monitor/dump.h')
-rw-r--r--src/monitor/dump.h21
1 files changed, 15 insertions, 6 deletions
diff --git a/src/monitor/dump.h b/src/monitor/dump.h
index 30da644..efb2211 100644
--- a/src/monitor/dump.h
+++ b/src/monitor/dump.h
@@ -1,7 +1,7 @@
/*:*
*: File: ./src/monitor/dump.h
*:
- *: yChat; Homepage: www.yChat.org; Version 0.7.9.5-RELEASE
+ *: yChat; Homepage: www.yChat.org; Version 0.8.3-CURRENT
*:
*: Copyright (C) 2003 Paul C. Buetow, Volker Richter
*: Copyright (C) 2004 Paul C. Buetow
@@ -46,13 +46,22 @@ private:
void reset();
protected:
- void add(unsigned i_num)
- { add("<unsigned>"); }
+ void add
+ (unsigned i_num)
+ {
+ add
+ ("<unsigned>");
+ }
- void add(int i_num)
- { add("<int>"); }
+ void add
+ (int i_num)
+ {
+ add
+ ("<int>");
+ }
- void add(string s_line);
+ void add
+ (string s_line);
dumpable();
void next_no_newline()