From dabc496a2b86869b3e559a87efdd74af108a31f5 Mon Sep 17 00:00:00 2001 From: Gabriele Contini <contini.mailing@gmail.com> Date: 周六, 23 11月 2019 22:48:18 +0800 Subject: [PATCH] signature verified, tests --- include/licensecc/licensecc.h | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/library/api/license++.h b/include/licensecc/licensecc.h similarity index 87% rename from src/library/api/license++.h rename to include/licensecc/licensecc.h index ef1fbb6..be6f57d 100644 --- a/src/library/api/license++.h +++ b/include/licensecc/licensecc.h @@ -27,8 +27,6 @@ /** * This method is used to request the use of one license for a product. * In case of local license it's used to check if the product is licensed. - * [In case of network licenses this will decrease the count of the available - * licenses] * * @return LICENSE_OK(0) if successful. Other values if there are errors. * @param productName[in] @@ -39,8 +37,8 @@ * @param license[out] optional, can be NULL, if set it will return extra informations about the license. */ -EVENT_TYPE acquire_license(const char * productName, - const LicenseLocation* licenseLocation, LicenseInfo* license); +EVENT_TYPE acquire_license(const CallerInformations* callerInformation, const LicenseLocation* licenseLocation, + LicenseInfo* license_out); /** * Do nothing for now, useful for network licenses. -- Gitblit v1.9.1