add printing support

This commit is contained in:
Mathieu Lacage
2007-10-23 13:11:41 +02:00
parent 629de5c931
commit 9f4f9e7b2f

View File

@@ -38,6 +38,7 @@ public:
bool IsBroadcast (void) const;
uint32_t GetLength (void) const;
char *PeekString (void) const;
uint32_t GetSerializedSize (void) const;
Buffer::Iterator Serialize (Buffer::Iterator i) const;