diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-01-28 22:49:26 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-01-28 22:49:26 +0000 |
commit | 457ce3e7b4a869f92d8aef31bdee1b6793587a93 (patch) | |
tree | c62c4939d5669b7d3deb0fb37933a844a32bf1d3 /src/net/messageout.h | |
parent | 05bdb92c267e3f041788f2aa41a73c9953249e7c (diff) | |
download | mana-457ce3e7b4a869f92d8aef31bdee1b6793587a93.tar.gz mana-457ce3e7b4a869f92d8aef31bdee1b6793587a93.tar.bz2 mana-457ce3e7b4a869f92d8aef31bdee1b6793587a93.tar.xz mana-457ce3e7b4a869f92d8aef31bdee1b6793587a93.zip |
Some work on documentation.
Diffstat (limited to 'src/net/messageout.h')
-rw-r--r-- | src/net/messageout.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/net/messageout.h b/src/net/messageout.h index af25e4b4..82412a30 100644 --- a/src/net/messageout.h +++ b/src/net/messageout.h @@ -27,7 +27,10 @@ #include <iosfwd> /** - * Used for building an outgoing message. + * Used for building an outgoing message. When finished, the message is sent + * using Net::Connection::send(). + * + * \ingroup Network */ class MessageOut { |