čištění a další upravy
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user