isamrpc.h Aggiunta chiamata rpc_DongleYear
isamrpc.cpp Implementata chiamata rpc_DongleYear git-svn-id: svn://10.65.10.50/trunk@6033 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
a8752aec49
commit
0afd763fad
@ -193,6 +193,12 @@ unsigned rpc_DongleNumber()
|
||||
return (unsigned)IntCall();
|
||||
}
|
||||
|
||||
unsigned rpc_DongleYear()
|
||||
{
|
||||
_rpc_call = "DongleYear()";
|
||||
return (unsigned)IntCall();
|
||||
}
|
||||
|
||||
bool rpc_UserLogin(const char* server, const char* user,
|
||||
const char* password, const char* application)
|
||||
{
|
||||
|
@ -11,6 +11,7 @@ char* rpc_Request(const char* cmd, unsigned long& size, real& time);
|
||||
bool rpc_DongleHasModule(word af);
|
||||
bool rpc_DongleModules(word* int_tab0);
|
||||
word rpc_DongleNumber();
|
||||
word rpc_DongleYear();
|
||||
|
||||
bool rpc_UserLogin(const char* server, const char* user,
|
||||
const char* password, const char* application);
|
||||
|
Loading…
x
Reference in New Issue
Block a user