22 #ifndef NET_TMWA_AUCTIONHANDLER_H
23 #define NET_TMWA_AUCTIONHANDLER_H
41 const int amount)
const override final;
43 void reg(
const int currentPrice,
45 const int hours)
const override final;
47 void cancel(
const int auctionId)
const override final;
49 void close(
const int auctionId)
const override final;
51 void bid(
const int auctionId,
52 const int money)
const override final;
56 const std::string &text,
57 const int page)
const override final;
59 void buy()
const override final;
61 void sell()
const override final;
AuctionSearchType ::T AuctionSearchTypeT
void setItem(const Item *const item, const int amount) const
void bid(const int auctionId, const int money) const
void cancel(const int auctionId) const
void close(const int auctionId) const
void search(const AuctionSearchTypeT type, const int auctionId, const std::string &text, const int page) const
void reg(const int currentPrice, const int maxPrice, const int hours) const
#define A_DELETE_COPY(func)