--- smsdaemon/ModemTransceiver.h 2008/12/12 12:54:27 180 +++ smsdaemon/ModemTransceiver.h 2008/12/21 21:14:40 210 @@ -22,12 +22,11 @@ void Init(); virtual void SendSms(std::string to, std::string message, bool allowMultipart); - void SendSmsPdu(std::string pdu, int len); + void SendSmsPdu(std::string pdu, int len); virtual std::vector ReadSms(bool readAll=false); - virtual void DeleteSms(std::string smsIndex); - virtual int DeleteAllSms(); + void DeleteSms(std::string smsIndex); private: std::string GetResponse(); std::string Command(std::string command, std::string term = "OK\r\n");