encoding #20

Merged
Exynox merged 22 commits from Tr0n/server:encoding into nightly 2024-04-07 08:59:38 +03:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 350fb0d424 - Show all commits

View File

@ -99,8 +99,8 @@ typedef struct _SQLMsg
int iID; int iID;
std::string stQuery; std::string stQuery;
std::vector<SQLResult *> vec_pkResult; // result 벡터 std::vector<SQLResult *> vec_pkResult; // result 벡터
unsigned int uiResultPos; // 현재 result 위치 unsigned int uiResultPos; // 현재 result 위치
void * pvUserData; void * pvUserData;
bool bReturn; bool bReturn;