APM3 Improve ALL.NEt
APM3 Improve ALL.NEt
This commit is contained in:
parent
d593699ae7
commit
6c5ea69e57
@ -93,7 +93,7 @@ bool Aime_isDBAlive()
|
||||
#ifdef _LOGAPM3AIME
|
||||
info(true, "Aime_isDBAlive");
|
||||
#endif
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
bool Aime_isMobile()
|
||||
@ -141,6 +141,6 @@ bool Aime_start()
|
||||
#ifdef _LOGAPM3AIME
|
||||
info(true, "Aime_start");
|
||||
#endif
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
#endif
|
@ -46,12 +46,14 @@ wchar_t* AllnetAuth_getAbaasLinkServerName()
|
||||
return LinkServerName;
|
||||
}
|
||||
|
||||
int AllnetAuth_getCountryCode()
|
||||
char countryCode[4] = "JPN";
|
||||
|
||||
char *AllnetAuth_getCountryCode()
|
||||
{
|
||||
#ifdef _LOGAPM3AUTH
|
||||
info(true, "AllnetAuth_getCountryCode");
|
||||
#endif
|
||||
return AllnetAuth_getCountryCodeReturnValue;
|
||||
return countryCode;
|
||||
}
|
||||
|
||||
unsigned int AllnetAuth_getLocationId()
|
||||
@ -123,6 +125,6 @@ bool AllnetAuth_isGood()
|
||||
#ifdef _LOGAPM3AUTH
|
||||
info(true, "AllnetAuth_isGood");
|
||||
#endif
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
#endif
|
@ -33,7 +33,7 @@ int AllnetAuth_getLocationNicknamePartCount();
|
||||
wchar_t* __fastcall AllnetAuth_getLocationNickname(int index);
|
||||
wchar_t* AllnetAuth_getLocationName();
|
||||
unsigned int AllnetAuth_getLocationId();
|
||||
int AllnetAuth_getCountryCode();
|
||||
char *AllnetAuth_getCountryCode();
|
||||
wchar_t* AllnetAuth_getAbaasLinkServerName();
|
||||
wchar_t* AllnetAuth_getAbaasGsServerName();
|
||||
__int64 __fastcall AllnetAccounting_endPlay(int a1, int a2, int a3);
|
||||
|
Loading…
Reference in New Issue
Block a user