Module: sems Branch: master Commit: 47ef29216615b779e02bbb9fe2b66652d1ba3d59 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=47ef29216615b779e02bbb9fe2b66652d1ba3d59
Author: Raphael Coeffic <[email protected]> Committer: Stefan Sayer <[email protected]> Date: Mon Dec 23 09:49:46 2013 +0100 core: move str2bool() to AmUtils Conflicts: core/AmUtils.cpp core/AmUtils.h --- core/AmUtils.cpp | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/core/AmUtils.cpp b/core/AmUtils.cpp index 7b9ef78..7377785 100644 --- a/core/AmUtils.cpp +++ b/core/AmUtils.cpp @@ -367,7 +367,6 @@ bool str2long(char*& str, long& result, char sep) return false; } - bool str2bool(const string &s, bool &dst) { // TODO: optimize _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
