open-license-manager
2014-07-29 4150ba45f73e3ae0ba3ee6a4006acedf7709c8e7
src/library/license++.cpp
@@ -75,12 +75,12 @@
   return result;
}
DllExport enum EVENT_TYPE confirm_license(char * product,
DllExport EVENT_TYPE confirm_license(char * product,
      LicenseLocation licenseLocation) {
   return LICENSE_OK;
}
DllExport enum EVENT_TYPE release_license(char * product,
DllExport EVENT_TYPE release_license(char * product,
      LicenseLocation licenseLocation) {
   return LICENSE_OK;
}