enable allowing unregistered users to connect

This commit is contained in:
Martin Michelsen
2020-02-21 10:20:39 -08:00
parent de63349b5d
commit 25dfd4a677
3 changed files with 78 additions and 9 deletions
+7
View File
@@ -57,6 +57,13 @@ public:
void remove(uint32_t serial_number);
std::vector<License> snapshot() const;
static std::shared_ptr<const License> create_license_pc(
uint32_t serial_number, const char* access_key, const char* password);
static std::shared_ptr<const License> create_license_gc(
uint32_t serial_number, const char* access_key, const char* password);
static std::shared_ptr<const License> create_license_bb(
uint32_t serial_number, const char* username, const char* password);
protected:
void save() const;