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/sbc/call_control/template
Victor Seva ff47897962
Imported Upstream version 1.6.0~20140516~eaa616
12 years ago
..
etc Imported Upstream version 1.6.0~20140516~eaa616 12 years ago
CCTemplate.cpp Imported Upstream version 1.6.0~20140516~eaa616 12 years ago
CCTemplate.h Imported Upstream version 1.6.0~20140516~eaa616 12 years ago
Makefile Imported Upstream version 1.6.0~20140516~eaa616 12 years ago
Readme.cc_template.txt Imported Upstream version 1.6.0~20140516~eaa616 12 years ago

Readme.cc_template.txt

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