Fix protobuf builds.

This commit is contained in:
David Anderson 2013-03-29 12:35:56 -07:00
parent 97f7b4f59f
commit 4191856034
2 changed files with 2 additions and 4 deletions

View File

@ -93,7 +93,7 @@ public:
Handle_t &hndl = (*iter);
HandleSecurity sec;
sec.pIdentity = g_pCoreIdent;
g_HandleSys.FreeHandle(hndl, &sec);
handlesys->FreeHandle(hndl, &sec);
iter = childHandles.erase(iter);
}
}

View File

@ -29,11 +29,9 @@
* Version: $Id$
*/
#include "UserMessages.h"
#ifdef USE_PROTOBUF_USERMESSAGES
#include "HandleSys.h"
#include "logic_bridge.h"
#include "UserMessagePBHelpers.h"
#include "smn_usermsgs.h"