*Fix build.

--HG--
branch : trunk
This commit is contained in:
megamage
2009-01-05 14:53:33 -06:00
parent f764602944
commit d86b625237
8 changed files with 341 additions and 8 deletions

View File

@@ -1072,7 +1072,7 @@ int WorldSocket::HandlePing (WorldPacket& recvPacket)
return SendPacket (packet);
}
int WorldSocket::iSendPacket (const WorldPacket& pct)
/*int WorldSocket::iSendPacket (const WorldPacket& pct)
{
ServerPktHeader header(pct.size()+2, pct.GetOpcode());
if (m_OutBuffer->space () < pct.size () + header.getHeaderLength())
@@ -1120,4 +1120,4 @@ bool WorldSocket::iFlushPacketQueue ()
}
return haveone;
}
}*/