Module: sems Branch: master Commit: cbbc34fef148232ac710430dfbcc4554afd03457 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=cbbc34fef148232ac710430dfbcc4554afd03457
Author: Stefan Sayer <[email protected]> Committer: Stefan Sayer <[email protected]> Date: Thu Sep 22 14:59:33 2011 +0200 sbc: cc: template doc --- .../call_control/template/Readme.cc_template.txt | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/apps/sbc/call_control/template/Readme.cc_template.txt b/apps/sbc/call_control/template/Readme.cc_template.txt new file mode 100644 index 0000000..43629a7 --- /dev/null +++ b/apps/sbc/call_control/template/Readme.cc_template.txt @@ -0,0 +1,9 @@ +CCTemplate - call control template module + +This is a template to start a call control module. It contains all +the boilerplate and interface code. + Just change: + - cp -r to new directory (which will be built with default make target) + - MOD_NAME in Makefile + - rename .cpp, .h files + - replace all "CCTemplate" with "MyName" in .cpp/.h _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
