upravy
This commit is contained in:
@@ -15,8 +15,6 @@ const int cidSize = 32;
|
||||
const int csdSize = 32;
|
||||
const int generatorVersion = 1;
|
||||
|
||||
|
||||
|
||||
enum class GeneralError
|
||||
{
|
||||
GeneralError = 1,
|
||||
@@ -27,18 +25,11 @@ enum class GeneralError
|
||||
LicenceTypeNotImplemented = 6,
|
||||
CompatibilityTypeNotImplemented = 7,
|
||||
ELCMismatch = 8,
|
||||
CRCMismatch = 9
|
||||
CRCMismatch = 9,
|
||||
EncryptError = 10,
|
||||
DecryptError = 11
|
||||
};
|
||||
|
||||
// map<GeneralError, string> mapGeneralErrors = {
|
||||
// // 1,"test"
|
||||
// // {CommonError::GeneralError, "Obecná chyba."},
|
||||
// // {CommonError::FileReadError, "Chyba čtení souboru."},
|
||||
// // {CommonError::FileReadError, "Chyba zápisu souboru."},
|
||||
// // {CommonError::ELCNotImplemented, "ELC není implementováno."},
|
||||
// // {CommonError::LicenceTypeNotImplemented, "Typ licence není implementován"}
|
||||
// };
|
||||
|
||||
enum class ELCType
|
||||
{
|
||||
ELC1 = 1,
|
||||
|
||||
Reference in New Issue
Block a user