Module: sems Branch: master Commit: b7ba69c4d0c31e6b3a987677dd32de89b1d8d0a3 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=b7ba69c4d0c31e6b3a987677dd32de89b1d8d0a3
Author: Stefan Sayer <[email protected]> Committer: Stefan Sayer <[email protected]> Date: Wed Nov 23 17:03:08 2011 +0100 moved app timers into core, using wheeltimer for that purpose --- core/AmAppTimer.cpp | 136 ++++++++++++++++++++++++++++++ core/AmAppTimer.h | 44 ++++++++++ core/AmEvent.cpp | 6 ++ core/AmEvent.h | 15 ++++ core/AmSession.cpp | 32 +------ core/plug-in/session_timer/UserTimer.cpp | 7 -- core/plug-in/session_timer/UserTimer.h | 15 ---- core/sems.cpp | 4 + core/sip/wheeltimer.cpp | 8 ++- core/sip/wheeltimer.h | 2 +- 10 files changed, 216 insertions(+), 53 deletions(-) Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commitdiff;h=b7ba69c4d0c31e6b3a987677dd32de89b1d8d0a3 _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
