diff options
Diffstat (limited to 'src/messageout.h')
-rw-r--r-- | src/messageout.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/messageout.h b/src/messageout.h index 7d1da2f8..4480ec22 100644 --- a/src/messageout.h +++ b/src/messageout.h @@ -21,8 +21,8 @@ * $Id$ */ -#ifndef _TMW_SERVER_MESSAGEOUT_ -#define _TMW_SERVER_MESSAGEOUT_ +#ifndef _TMWSERV_MESSAGEOUT_H_ +#define _TMWSERV_MESSAGEOUT_H_ #include <string> @@ -44,9 +44,9 @@ class MessageOut */ ~MessageOut(); - void writeByte(char value); /**< Reads a byte. */ - void writeShort(short value); /**< Reads a short. */ - void writeLong(long value); /**< Reads a long. */ + void writeByte(char value); /**< Writes a byte. */ + void writeShort(short value); /**< Writes a short. */ + void writeLong(long value); /**< Writes a long. */ /** * Writes a string. If a fixed length is not given (-1), it is stored |