You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sems/apps/examples/tutorial/cc_acc
Stefan Sayer 94fc88f0cd
added doku stub
19 years ago
..
CCAcc.cpp checking DI argument types 19 years ago
CCAcc.h added functions to add and set credit, and _list function to easily use with xmlrpc2di 19 years ago
Makefile checkin of the examples from the application development tutorial 19 years ago
Readme.cc_acc added doku stub 19 years ago

Readme.cc_acc

cc_acc

This module implements the accounting functions for the calling
card example, specifically the cc_acc interface. 

It maintains a local in memory map of credits. These can for example
be set using the xmlrpc2di module from XMLRPC, or any other module 
by invoking the DI functions setCredit, getCredit, addCredit,
subtractCredit.

See the cc_acc_xmlrpc module and its Readme for another implementation
of the cc_acc interface.