--- smsdaemon/ModemTransceiver.h 2008/12/07 20:58:41 149 +++ smsdaemon/ModemTransceiver.h 2008/12/12 12:54:27 180 @@ -32,6 +32,10 @@ std::string GetResponse(); std::string Command(std::string command, std::string term = "OK\r\n"); + //decode an CMGF=1 text string + SMS FromRawString(const std::string& input); + SMS FromPduString(const std::string& input); + void HandlePincode(); void WaitForSimcard();