This is a dummy implementation of accounting interface. Usually this class is implemented in different way for different system. It has TO BE CHANGED during actual implementation.
Definition at line 339 of file account.h.
OSB_LIB::AccountImp::AccountImp | ( | OSB_DB::Session * | s | ) | [inline] |
bool OSB_LIB::AccountImp::getBalance | ( | const Associate & | , | |
const DateTime & | , | |||
MoneyList & | ||||
) | [inline, virtual] |
The function just returns false: balance not available.
Implements OSB_LIB::AccountInterface.
virtual long OSB_LIB::AccountImp::readTransactions | ( | TransactionList & | , | |
const Associate & | , | |||
const DateTime & | , | |||
const DateTime & | ||||
) | [inline, virtual] |
The function just returns 0: transactions not available.
Implements OSB_LIB::AccountInterface.
long OSB_LIB::AccountImp::writeTransactions | ( | const TransactionList & | ) | [inline, virtual] |
The function just returns 0: transactions not available.
Implements OSB_LIB::AccountInterface.
OSB_DB::Session* OSB_LIB::AccountImp::session_ [private] |