1 #ifndef LS_BASE_MANAGER_H
2 #define LS_BASE_MANAGER_H
6 #pragma warning( push )
7 #pragma warning( disable : 4251 )
15 namespace LicenseSpring
69 void clearLocalStorage();
77 const std::wstring& dataLocation()
const;
84 void setDataLocation(
const std::wstring& path );
89 std::wstring licenseFileName()
const;
95 void setLicenseFileName(
const std::wstring& name );
100 std::wstring licenseFilePath()
const;
114 #pragma warning( pop )
117 #endif // LS_BASE_MANAGER_H
std::shared_ptr< Configuration > ptr_t
std::shared_ptr< LicenseStorage > ptr_t
Base class for license management.
std::shared_ptr< License > ptr_t
LicenseService * m_pLicenseService
Configuration::ptr_t m_config
License::ptr_t m_currentLicense
std::shared_ptr< DataHandler > m_dataHandler
#define LS_API
Macros that expands to dllexport, dllimport or nothing on non Windows platforms or in case of static ...
Class that encapsulates information about a product.