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