first moves to safe pasword storing, preparing the structure
This commit is contained in:
parent
ddfb3419cc
commit
3477226367
21 changed files with 288 additions and 153 deletions
|
@ -46,6 +46,8 @@ public:
|
|||
delivered,
|
||||
error
|
||||
};
|
||||
static const State StateHighest = State::error;
|
||||
static const State StateLowest = State::pending;
|
||||
|
||||
Message(Type p_type);
|
||||
Message();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue