1 #ifndef LS_USER_LICENSE_DATA_H 2 #define LS_USER_LICENSE_DATA_H 7 #pragma warning(disable : 4251) 21 using ptr_t = std::shared_ptr<UserLicensesData>;
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