![]() |
RTBKit
0.9
Open-source framework to create real-time ad bidding systems.
|
#include <null_banker.h>
Public Member Functions | |
| virtual void | addAccountSync (const AccountKey &account) |
| virtual void | topupTransferSync (const AccountKey &account, CurrencyPool amount) |
| virtual void | setBudgetSync (const std::string &topLevelAccount, CurrencyPool amount) |
| virtual void | addBudgetSync (const std::string &topLevelAccount, CurrencyPool amount) |
A budget controller that does exactly nothing.
Definition at line 21 of file null_banker.h.
1.7.6.1