/[projects]/smsdaemon/ModemTransceiver.h
ViewVC logotype

Diff of /smsdaemon/ModemTransceiver.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 196 by torben, Thu Dec 18 06:53:29 2008 UTC revision 210 by torben, Sun Dec 21 21:14:40 2008 UTC
# Line 26  public: Line 26  public:
26    
27          virtual std::vector<SMS> ReadSms(bool readAll=false);          virtual std::vector<SMS> ReadSms(bool readAll=false);
28    
29          virtual void DeleteSms(std::string smsIndex);          void DeleteSms(std::string smsIndex);
         virtual int DeleteAllSms();  
30  private:  private:
31          std::string GetResponse();          std::string GetResponse();
32          std::string Command(std::string command, std::string term = "OK\r\n");          std::string Command(std::string command, std::string term = "OK\r\n");

Legend:
Removed from v.196  
changed lines
  Added in v.210

  ViewVC Help
Powered by ViewVC 1.1.20