From 0288790e61dec962f43b4ebf4a4fa3057dbd2d02 Mon Sep 17 00:00:00 2001 From: open-license-manager <rillf@maildrop.cc> Date: 周一, 21 4月 2014 18:14:24 +0800 Subject: [PATCH] network adapter detection linux --- src/library/api/license++.h | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/library/api/license++.h b/src/library/api/license++.h index 8ec099a..b56a0e9 100644 --- a/src/library/api/license++.h +++ b/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 -- Gitblit v1.9.1