Added Dump() method. It prints some general info and a list of the

message fields, no data, though.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25001 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2008-04-17 16:05:37 +00:00
parent f127ebfd93
commit e09769a94c
2 changed files with 21 additions and 0 deletions
+2
View File
@@ -134,6 +134,8 @@ public:
team_id senderTeam = -1);
status_t ReceiveFrom(port_id fromPort, bigtime_t timeout = -1);
void Dump(void (*printFunc)(const char*,...));
private:
friend class KMessageField;
friend class MessageAdapter;