ELC 3
This commit is contained in:
@@ -3,9 +3,29 @@
|
||||
#ifndef ELC3_READER__H
|
||||
#define ELC3_READER__H
|
||||
|
||||
#include "utils.h"
|
||||
#include "licenceCommon.h"
|
||||
#include "licenceELC3.h"
|
||||
|
||||
namespace Reader
|
||||
{
|
||||
|
||||
class Licence3 : public LicenceELC3
|
||||
{
|
||||
public:
|
||||
LicenceELC3Info licenceInfo;
|
||||
|
||||
Licence3();
|
||||
~Licence3();
|
||||
Licence3(LicenceIdentification &licIdentification);
|
||||
|
||||
bool readLicence(LicenceInfoGeneral *licences);
|
||||
bool getLicenceInfo(void *ptr);
|
||||
void getLicenceItems();
|
||||
|
||||
private:
|
||||
bool getUID();
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user