From ce87adec648c69af2313e6077dad467d9ca8af3f Mon Sep 17 00:00:00 2001 From: Aaron Marks Date: Sat, 16 Jul 2005 10:00:53 +0000 Subject: Added chat message handler placeholder (still not fully functional). Updated PostgreSQL SQL support - although there is still problem with primary key being initialized to null. Updated message enumeration. --- src/messagein.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/messagein.cpp') diff --git a/src/messagein.cpp b/src/messagein.cpp index 065c7052..f2faaf2c 100644 --- a/src/messagein.cpp +++ b/src/messagein.cpp @@ -52,7 +52,7 @@ char MessageIn::readByte() return -1; } -unsigned short MessageIn::readShort() +short MessageIn::readShort() { if (packet) // if Packet exists { @@ -70,7 +70,7 @@ unsigned short MessageIn::readShort() return -1; } -unsigned long MessageIn::readLong() +long MessageIn::readLong() { if (packet) // if Packet exists { -- cgit v1.2.3-70-g09d2