Restrictions: ? interface may not be complete
Definition at line 179 of file subsfunc.h.
OSB_LIB::SubsFuncBase::SubsFuncBase | ( | ) | [inline] |
virtual OSB_LIB::SubsFuncBase::~SubsFuncBase | ( | ) | [inline, virtual] |
Definition at line 183 of file subsfunc.h.
virtual void OSB_LIB::SubsFuncBase::chargeSubscription | ( | SubsChargeList & | scList, | |
const StatusChanges & | statusList | |||
) | const [pure virtual] |
Compute subscription charges for a list of status changes.
scList | Buffer for charges. | |
statusList | Status changes to charge. |
Implemented in OSB_LIB::SubFuncOnce.
virtual std::string OSB_LIB::SubsFuncBase::typeName | ( | ) | const [inline, virtual] |
function type name: We use a hardcoded string and not what is read from the database. Like this doubts are avoided.
Reimplemented in OSB_LIB::SubFuncOnce.
Definition at line 190 of file subsfunc.h.