Module: sems Branch: mgw/dsm_if DELETED Commit: 6337394b55aa6610466c004a265a3439253d53ba URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=6337394b55aa6610466c004a265a3439253d53ba
Author: Stefan Sayer <[email protected]> Committer: Stefan Sayer <[email protected]> Date: Wed Dec 8 14:00:15 2010 +0100 simplified module interface // ---------------- simplified SEMS plug-in interface -------------------------- // - export module as basic SEMS plugin with EXPORT_MODULE_FUNC // - in onLoad, register the capabilities you provide, // e.g. AmPlugIn::registerApplication(...), AmPlugIn::registerDIInterface(...) etc --- apps/sbc/SBC.cpp | 38 ++++++----------- apps/sbc/SBC.h | 6 +-- core/AmApi.cpp | 17 ------- core/AmApi.h | 65 +++++++++++++++------------- core/AmPlugIn.cpp | 123 +++++++++++++++------------------------------------- core/AmPlugIn.h | 23 ++++++++++ 6 files changed, 109 insertions(+), 163 deletions(-) Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commitdiff;h=6337394b55aa6610466c004a265a3439253d53ba _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
