--- smsdaemon/Sms.h 2008/06/09 18:15:53 26 +++ smsdaemon/Sms.h 2008/06/13 06:38:43 69 @@ -9,6 +9,7 @@ SMS(); SMS(std::string _sender, std::string _message, std::string _timestamp=""); + //decode an CMGF=1 text string static SMS FromRawString(const std::string& input); std::string sms_index;