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 0782c0d10d
making example cc_acc so make install produces runnable sems
18 years ago
..
CCAcc.cpp making example cc_acc so make install produces runnable sems 18 years ago
CCAcc.h making example cc_acc so make install produces runnable sems 18 years ago
Makefile making example cc_acc so make install produces runnable sems 18 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.