upravy
This commit is contained in:
@@ -17,17 +17,6 @@
|
||||
#include "licenceELC31.h"
|
||||
|
||||
using namespace std;
|
||||
|
||||
struct InitStructure
|
||||
{
|
||||
int elcType = 0;
|
||||
int licenceType = 0;
|
||||
int licenceVersion = 0;
|
||||
int licenceIndex = 0;
|
||||
int compatibility = 0;
|
||||
string licenceFilePath = "";
|
||||
string cid_csd_filePath = "";
|
||||
};
|
||||
|
||||
class LicenceGenerator
|
||||
{
|
||||
@@ -44,14 +33,8 @@ public:
|
||||
|
||||
LicenceGenerator();
|
||||
~LicenceGenerator();
|
||||
LicenceGenerator(map<string, string> &arguments);
|
||||
// LicenceGenerator(string cid, string csd, string dataFileName, string binaryType);
|
||||
LicenceGenerator(string uid, string cid, string csd, string dataFileName);
|
||||
LicenceGenerator(int elcType, int licenceType, int licenceVersion, int licenceIndex, int compatibility);
|
||||
bool init(int elcType, int licenceType, int licenceVersion, int licenceIndex, int compatibility);
|
||||
bool init(InitStructure &initStructure);
|
||||
bool initread(int elcType, int licenceType, int licenceVersion, int licenceIndex, int compatibility);
|
||||
bool initread(InitStructure &initStructure);
|
||||
|
||||
void createLicenceFile();
|
||||
void readLicenceFile();
|
||||
|
||||
Reference in New Issue
Block a user