1 #ifndef LS_USER_LICENSE_DATA_H 2 #define LS_USER_LICENSE_DATA_H 6 #pragma warning( push ) 7 #pragma warning( disable : 4251 ) 21 using ptr_t = std::shared_ptr<UserLicensesData>;
48 #pragma warning( pop ) 51 #endif //LS_USER_LICENSE_DATA_H
std::shared_ptr< UserLicense > ptr_t
std::shared_ptr< LicenseUser > ptr_t
Contains information about a license assigned to a user for the current product.
std::shared_ptr< UserLicensesData > ptr_t
#define LS_API
Macros that expands to dllexport, dllimport or nothing on non Windows platforms or in case of static ...