code cleaning

This commit is contained in:
2023-08-29 15:15:06 +02:00
parent 865493c984
commit 15de81ddf2
3 changed files with 84 additions and 244 deletions

View File

@@ -31,5 +31,11 @@ int main(int argc, char *argv[])
cerr << "Licence creation failed";
}
// PlcLicence plcLicence = PlcLicence();
// if (plcLicence.ReadLicence("ezlic_eovosv0_vaxvcpalxjx.lic", LidIdType::EovOsv, 0, cidArg, csdArg) == false)
// {
// cout << "Reading error: " << plcLicence.operationErrors << endl;
// }
return EXIT_SUCCESS;
}