Gabriele Contini
2019-09-07 fcd903b7461ed8021b420b9581e989756d21c2b6
src/library/license++.cpp
@@ -13,11 +13,11 @@
#include "LicenseReader.h"
using namespace std;
DllExport void print_error(char out_buffer[256], LicenseInfo* licenseInfo) {
void print_error(char out_buffer[256], LicenseInfo* licenseInfo) {
}
DllExport void identify_pc(IDENTIFICATION_STRATEGY pc_id_method, char chbuffer[PC_IDENTIFIER_SIZE + 1]) {
void identify_pc(IDENTIFICATION_STRATEGY pc_id_method, char chbuffer[PC_IDENTIFIER_SIZE + 1]) {
}
@@ -74,12 +74,12 @@
   return result;
}
DllExport EVENT_TYPE confirm_license(char * product,
EVENT_TYPE confirm_license(char * product,
      LicenseLocation licenseLocation) {
   return LICENSE_OK;
}
DllExport EVENT_TYPE release_license(char * product,
EVENT_TYPE release_license(char * product,
      LicenseLocation licenseLocation) {
   return LICENSE_OK;
}