Some endianess related fixes and cleanups

* Fixed: build fail at bigendian platform in result typo in code
* Hide endianess related convertions into EndianConvert/EndianConvertReverse calls
* Linkning errors protection from attemps convertion pointers.
This commit is contained in:
VladimirMangos 2008-10-24 04:06:27 +04:00
parent 89893215e5
commit 51b2290be6
3 changed files with 17 additions and 19 deletions

View file

@ -22,6 +22,8 @@
#include "Common.h"
#include "ByteBuffer.h"
// Note: m_opcode and size stored in platfom dependent format
// ignore endianess until send, and converted at receive
class WorldPacket : public ByteBuffer
{
public: