open-license-manager
2014-07-28 8c14cb84c5f4a38dc7873d6a254bcb8c33f8a603
src/library/license++.cpp
@@ -31,8 +31,8 @@
         if (!it->has_expiry) {
            it->toLicenseInfo(license);
            break;
         } else if (curLicense_exp < it->to_date) {
            curLicense_exp = it->to_date;
         } else if (curLicense_exp < it->expires_on()) {
            curLicense_exp = it->expires_on();
            it->toLicenseInfo(license);
         }
      }
@@ -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;
}