Module: sems Branch: rco/dnscache Commit: 4ab72b1ba4985fec8146b980c6af52c527e7864d URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=4ab72b1ba4985fec8146b980c6af52c527e7864d
Author: Raphael Coeffic <[email protected]> Committer: Raphael Coeffic <[email protected]> Date: Tue Aug 17 14:51:41 2010 +0200 introduced the singleton pattern - added singleton template class. - changed resolver, trans_layer & wheeltimer to use the singleton pattern. --- core/sip/resolver.cpp | 16 +---- core/sip/resolver.h | 20 +++--- core/sip/singleton.h | 47 ++++++++++++ core/sip/trans_layer.cpp | 55 +++++--------- core/sip/trans_layer.h | 175 ++++++++++++++++++++++------------------------ core/sip/wheeltimer.cpp | 38 +++++----- core/sip/wheeltimer.h | 16 ++--- 7 files changed, 190 insertions(+), 177 deletions(-) Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commitdiff;h=4ab72b1ba4985fec8146b980c6af52c527e7864d _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
