1 #ifndef LS_BASE_MANAGER_H
2 #define LS_BASE_MANAGER_H
6 #pragma warning( push )
7 #pragma warning( disable : 4251 )
57 ProductDetails getProductDetails(
bool includeLatestVersion =
false );
63 bool isLicenseFileCorrupted();
78 void clearLocalStorage();
86 const std::wstring& dataLocation()
const;
93 void setDataLocation(
const std::wstring& path );
98 std::wstring licenseFileName()
const;
104 void setLicenseFileName(
const std::wstring& name );
109 std::wstring licenseFilePath()
const;
123 #pragma warning( pop )
126 #endif // LS_BASE_MANAGER_H