First attemtps to upload files, debug, reused of once uploaded or downloaded files

This commit is contained in:
Blue 2021-04-23 14:53:48 +03:00
parent d936c0302d
commit 8310708c92
7 changed files with 59 additions and 32 deletions

View file

@ -46,6 +46,7 @@ public:
delivered,
error
};
static const State StateHighest = State::error;
static const State StateLowest = State::pending;