Skip to content

Commit 86c7a33

Browse files
committed
delete:release path
added:deamon verification
1 parent 78ec7f3 commit 86c7a33

22 files changed

+30
-26
lines changed

XEngine_Source/XEngine_ModuleConfigure/ModuleConfig_Define.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ typedef struct
7777
struct
7878
{
7979
bool bBackService;
80+
bool bDeamon;
8081
XCHAR tszUserName[MAX_PATH];
8182
XCHAR tszUserPass[MAX_PATH];
8283
}st_XVerifcation;

XEngine_Source/XEngine_ModuleConfigure/ModuleConfigure_Json/ModuleConfigure_Json.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ bool CModuleConfigure_Json::ModuleConfigure_Json_File(LPCXSTR lpszConfigFile, XE
185185
_tcsxcpy(pSt_ServerConfig->st_XVerifcation.tszUserName, st_JsonXVerifcation["tszUserName"].asCString());
186186
_tcsxcpy(pSt_ServerConfig->st_XVerifcation.tszUserPass, st_JsonXVerifcation["tszUserPass"].asCString());
187187
pSt_ServerConfig->st_XVerifcation.bBackService = st_JsonXVerifcation["bBackService"].asBool();
188+
pSt_ServerConfig->st_XVerifcation.bDeamon = st_JsonXVerifcation["bDeamon"].asBool();
188189

189190
if (st_JsonRoot["XVer"].empty())
190191
{
-17.8 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

XEngine_Source/XEngine_ModuleSystem/Release/XEngine_.92f971ab.tlog/Cl.items.tlog

Lines changed: 0 additions & 3 deletions
This file was deleted.

XEngine_Source/XEngine_ModuleSystem/Release/XEngine_.92f971ab.tlog/XEngine_ModuleSystem.lastbuildstate

Lines changed: 0 additions & 2 deletions
This file was deleted.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)