[6953] Cleanup packed guids write/read code.

* Remove unused function writeGUID and move function readGUID (with some changes) to ByteBuffer class.
* Remove now empty Tools.cpp/Tools.h from project.
This commit is contained in:
VladimirMangos 2008-12-27 17:23:00 +03:00
parent cc4b43c65d
commit 9c5dab1248
10 changed files with 32 additions and 172 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "6952"
#define REVISION_NR "6953"
#endif // __REVISION_NR_H__