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 df9992620d
Imported Upstream version 1.6.0~20140516~eaa616
12 years ago
..
etc
CCTemplate.cpp
CCTemplate.h
Makefile
Readme.cc_template.txt

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