summaryrefslogtreecommitdiff
path: root/src/net/messageout.h
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2007-11-21 16:30:11 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2007-11-21 16:30:11 +0000
commita5e6a44b51d4269ed6812c9a9e0b6a293d959a4d (patch)
treef269a803b58b47082156dc74bb0d6e8e2dc6519e /src/net/messageout.h
parent1f6975d34e2c6fe8404fcbe13da406e624d94b68 (diff)
downloadmana-client-a5e6a44b51d4269ed6812c9a9e0b6a293d959a4d.tar.gz
mana-client-a5e6a44b51d4269ed6812c9a9e0b6a293d959a4d.tar.bz2
mana-client-a5e6a44b51d4269ed6812c9a9e0b6a293d959a4d.tar.xz
mana-client-a5e6a44b51d4269ed6812c9a9e0b6a293d959a4d.zip
Renamed {read,write}{Byte,Short,Long} to {read,write}{Int8,Int16,Int32}. This
is less confusing in 64-bit context and less conflicting with the 0.0 client.
Diffstat (limited to 'src/net/messageout.h')
-rw-r--r--src/net/messageout.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/net/messageout.h b/src/net/messageout.h
index 82412a30..032db190 100644
--- a/src/net/messageout.h
+++ b/src/net/messageout.h
@@ -45,9 +45,9 @@ class MessageOut
*/
~MessageOut();
- void writeByte(char value); /**< Writes a byte. */
- void writeShort(short value); /**< Writes a short. */
- void writeLong(long value); /**< Writes a long. */
+ void writeInt8(char value); /**< Writes a byte. */
+ void writeInt16(short value); /**< Writes a short. */
+ void writeInt32(long value); /**< Writes a long. */
/**
* Writes a string. If a fixed length is not given (-1), it is stored