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:
guy 1998-01-27 10:23:32 +00:00
parent a8752aec49
commit 0afd763fad
2 changed files with 7 additions and 0 deletions

View File

@ -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)
{

View File

@ -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);