|
|
@ -41,8 +41,6 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com |
|
|
|
*==LICENSE==*/ |
|
|
|
*==LICENSE==*/ |
|
|
|
#pragma warning(disable: 4503 4786) |
|
|
|
#pragma warning(disable: 4503 4786) |
|
|
|
|
|
|
|
|
|
|
|
#include <algorithm> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#include "plAvatarMgr.h" |
|
|
|
#include "plAvatarMgr.h" |
|
|
|
|
|
|
|
|
|
|
|
// local
|
|
|
|
// local
|
|
|
@ -87,6 +85,9 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com |
|
|
|
#include "pnMessage/plTimeMsg.h" |
|
|
|
#include "pnMessage/plTimeMsg.h" |
|
|
|
#include "plStatusLog/plStatusLog.h" |
|
|
|
#include "plStatusLog/plStatusLog.h" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#include <algorithm> |
|
|
|
|
|
|
|
#include <cmath> |
|
|
|
|
|
|
|
|
|
|
|
// The static single instance, allocated on demand by GetInstance()
|
|
|
|
// The static single instance, allocated on demand by GetInstance()
|
|
|
|
plAvatarMgr *plAvatarMgr::fInstance = nil; |
|
|
|
plAvatarMgr *plAvatarMgr::fInstance = nil; |
|
|
|
|
|
|
|
|
|
|
|