open-license-manager
2014-05-26 b5001a9a6e6d0f63f2f2d26a2f710519a6fcc6a0
src/library/api/license++.h
@@ -43,7 +43,7 @@
 * @param license[out] optional, can be NULL.
 */
DllExport EVENT_TYPE acquire_license(char * productName,
DllExport EVENT_TYPE acquire_license(const char * productName,
      LicenseLocation licenseLocation, LicenseInfo* license);
/**
@@ -51,12 +51,12 @@
 * Should be called from time to time to confirm we're still using the
 * slicense.
 */
DllExport enum EVENT_TYPE confirm_license(char * productName,
DllExport EVENT_TYPE confirm_license(char * productName,
      LicenseLocation licenseLocation);
/**
 * Do nothing for now, useful for network licenses.
 */
DllExport enum EVENT_TYPE release_license(char * productName,
DllExport EVENT_TYPE release_license(char * productName,
      LicenseLocation licenseLocation);
#ifdef __cplusplus