22 #ifndef NET_TMWA_BANKHANDLER_H
23 #define NET_TMWA_BANKHANDLER_H
39 void deposit(
const int money)
const override final;
41 void withdraw(
const int money)
const override final;
43 void check()
const override final;
45 void open()
const override final;
47 void close()
const override final;
void deposit(const int money) const
void withdraw(const int money) const
#define A_DELETE_COPY(func)