don't require full login information on patch server

This commit is contained in:
Martin Michelsen
2023-12-28 09:57:47 -08:00
parent 29a4347f2b
commit 09ac8921fe
3 changed files with 55 additions and 20 deletions
+1
View File
@@ -100,6 +100,7 @@ public:
size_t count() const;
std::shared_ptr<License> get(uint32_t serial_number) const;
std::shared_ptr<License> get_by_bb_username(const std::string& bb_username) const;
std::vector<std::shared_ptr<License>> all() const;
void add(std::shared_ptr<License> l);