čištění a další upravy

This commit is contained in:
2023-12-08 10:30:44 +01:00
parent f92b2c708f
commit 892ae13bf2
26 changed files with 294 additions and 72 deletions

View File

@@ -13,8 +13,7 @@ using namespace std;
class LicenceELC21
{
const string cid_cdsPath = ""; //"c:\\_projects\\LicenceGenerator\\output\\"; ///sys/block/mmcblk0/device/
const string licenceFilePath = ""; //"c:\\_projects\\LicenceGenerator\\output\\";
enum class Error21
{
@@ -88,6 +87,7 @@ class LicenceELC21
};
private:
int licItemCount = 0;
LicenceBody licBody;
LicenceIdentification lIdentification;
@@ -107,6 +107,8 @@ class LicenceELC21
ErrorMessage errorMessage;
LicenceInfo21 licenceInfo;
string cid_cdsPath = ""; //"c:\\_projects\\LicenceGenerator\\output\\"; ///sys/block/mmcblk0/device/
string licenceFilePath = ""; //"c:\\_projects\\LicenceGenerator\\output\\";
LicenceELC21();
~LicenceELC21();