summaryrefslogtreecommitdiff
path: root/src/messageout.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/messageout.h')
-rw-r--r--src/messageout.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/messageout.h b/src/messageout.h
index f13695ab..245c3dca 100644
--- a/src/messageout.h
+++ b/src/messageout.h
@@ -60,6 +60,16 @@ class MessageOut
* a call to this method.
*/
const Packet *getPacket();
+
+ /**
+ * Returns the content of the message.
+ */
+ char *getData();
+
+ /**
+ * Returns the length of the data.
+ */
+ unsigned int getDataSize();
private:
/**