1 #ifndef LS_BASE_MANAGER_H
2 #define LS_BASE_MANAGER_H
7 #pragma warning(disable : 4251)
63 ProductDetails getProductDetails(
bool includeLatestVersion =
false);
86 bool includeLatestVersion,
bool includeCustomFields,
const std::string &env);
92 bool isLicenseFileCorrupted();
113 void clearLocalStorage();
122 const std::wstring &dataLocation()
const;
131 void setDataLocation(
const std::wstring &path);
138 std::wstring licenseFileName()
const;
145 void setLicenseFileName(
const std::wstring &name);
151 std::wstring licenseFilePath()
const;
168 #endif // LS_BASE_MANAGER_H