Definition at line 69 of file backdatedobject-gw.h.
long OSB_DB::BackDatedObjectGw::fetch | ( | const Session & | session, | |
OSB_LIB::BackDatedObjects & | tos | |||
) |
Read all back-dated objects from the database.
session | Database session. | |
tos | Gets list of back-dated tariff objects. |
bool OSB_DB::BackDatedObjectGw::insert | ( | const Session & | session, | |
const OSB_LIB::BackDatedObject & | to | |||
) | [private] |
Insert new back-dated object into database.
session | Database session. | |
to | Back-date tariff object to insert. |
friend class OSB_LIB::BackDatedObject [friend] |
Allow BackDatedObject to call its supporting methods.
CallAccounting needs to call the methods designed to support its I/O operations.
Definition at line 76 of file backdatedobject-gw.h.