Skip to content

Commit bdcdd8b

Browse files
committed
fixed:does not need errorcode for plugin loader
1 parent 972cedf commit bdcdd8b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

XEngine_Source/XEngine_ModulePlugin/ModulePlugin_Loader/ModulePlugin_Loader.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,6 @@ BOOL CModulePlugin_Loader::ModulePlugin_Loader_Exec(LPCTSTR lpszMethodName, TCHA
186186
{
187187
if (!ModulePlugin_LibCore_Exec(stl_MapIterator->second.xhToken, pppHDRList, nListCount, pInt_HTTPCode, ptszMsgBuffer, pInt_MsgLen))
188188
{
189-
ModulePlugin_IsErrorOccur = TRUE;
190-
ModulePlugin_dwErrorCode = ERROR_XENGINE_APISERVICE_MODULE_PLUGIN_EXECTION;
191189
st_Locker.unlock_shared();
192190
return FALSE;
193191
}
@@ -196,8 +194,6 @@ BOOL CModulePlugin_Loader::ModulePlugin_Loader_Exec(LPCTSTR lpszMethodName, TCHA
196194
{
197195
if (!ModulePlugin_LuaCore_Exec(stl_MapIterator->second.xhToken, pppHDRList, nListCount, pInt_HTTPCode, ptszMsgBuffer, pInt_MsgLen))
198196
{
199-
ModulePlugin_IsErrorOccur = TRUE;
200-
ModulePlugin_dwErrorCode = ERROR_XENGINE_APISERVICE_MODULE_PLUGIN_EXECTION;
201197
st_Locker.unlock_shared();
202198
return FALSE;
203199
}

0 commit comments

Comments
 (0)