mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-17 00:22:14 +11:00
🔥 remove moved operations as they werent being utilized
This commit is contained in:
parent
91aa848d0b
commit
fa1a9e6728
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ public:
|
||||||
bool Contains(const std::string &name) const noexcept;
|
bool Contains(const std::string &name) const noexcept;
|
||||||
bool AdminVerifyAccount(const std::string &name) noexcept;
|
bool AdminVerifyAccount(const std::string &name) noexcept;
|
||||||
|
|
||||||
BankResponse AddUser(const std::string &name, uint32_t init_bal, std::string &&init_pass) noexcept;
|
BankResponse AddUser(const std::string &name, uint32_t init_bal, const std::string &init_pass) noexcept;
|
||||||
BankResponse DelUser(const std::string &name) noexcept;
|
BankResponse DelUser(const std::string &name) noexcept;
|
||||||
void DelSelf(const std::string &name) noexcept;
|
void DelSelf(const std::string &name) noexcept;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue