Patch level : 2.2 284

Files correlati     :
Ricompilazione Demo : [ ]
Commento            :

Mossad 1


git-svn-id: svn://10.65.10.50/trunk@13644 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
alex 2005-12-22 15:48:27 +00:00
parent 478e6304ae
commit 236de8f076

View File

@ -248,7 +248,7 @@ bool TDongle::hardlock_login(bool test_all_keys)
{
xvt_dongle_hl_logout();
if (xvt_dongle_hl_login(PRASSIADR, REFKEY, VERKEY))
_type = _prassi_dongle;
_type = _developer_dongle;
}
}
xvt_dongle_hl_logout();
@ -359,7 +359,7 @@ bool TDongle::eutron_login(bool test_all_keys)
const char* labels[4] = { "AGA.INFORMATICA", "AGA.PRASSI",
"AGA.CAMPO", "25EBAI" };
TDongleType types[4] = { _aga_dongle, _prassi_dongle,
TDongleType types[4] = { _aga_dongle, _developer_dongle,
_user_dongle, _developer_dongle };
for (int k = test_all_keys ? 0 : 2; k < 4; k++)
{