From 94fc88f0cd90e4369e3352172b4c757d8aca52a0 Mon Sep 17 00:00:00 2001 From: Stefan Sayer Date: Fri, 21 Sep 2007 00:56:57 +0000 Subject: [PATCH] added doku stub git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@451 8eb893ce-cfd4-0310-b710-fb5ebe64c474 --- apps/examples/tutorial/cc_acc/Readme.cc_acc | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 apps/examples/tutorial/cc_acc/Readme.cc_acc diff --git a/apps/examples/tutorial/cc_acc/Readme.cc_acc b/apps/examples/tutorial/cc_acc/Readme.cc_acc new file mode 100644 index 00000000..ceda4b18 --- /dev/null +++ b/apps/examples/tutorial/cc_acc/Readme.cc_acc @@ -0,0 +1,12 @@ +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. \ No newline at end of file