create update-license shell command

This commit is contained in:
Martin Michelsen
2023-02-03 20:43:53 -08:00
parent d1a830040f
commit 3cf309a008
3 changed files with 80 additions and 4 deletions
+1
View File
@@ -82,6 +82,7 @@ public:
size_t count() const;
std::shared_ptr<const License> get(uint32_t serial_number) const;
void add(std::shared_ptr<License> l);
void remove(uint32_t serial_number);
std::vector<License> snapshot() const;