Include the version number in the uid of the HttpSynchronization (closes #2081)

This commit is contained in:
Alexander Bock
2022-05-06 00:53:56 -07:00
parent 2816ad4d8d
commit 9715d22af0
7 changed files with 18 additions and 21 deletions

View File

@@ -87,6 +87,8 @@ public:
/// Cancels any ongoing synchronization of this ResourceSynchronization
void cancel() override;
std::string generateUid() override;
static documentation::Documentation Documentation();
private: