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

Diff of /smsdaemon/ISmsTransceiver.h

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

revision 149 by torben, Sun Dec 7 20:58:41 2008 UTC revision 180 by torben, Fri Dec 12 12:54:27 2008 UTC
# Line 12  public: Line 12  public:
12          virtual void SendSms(std::string to, std::string message, bool allowMultipart) = 0;          virtual void SendSms(std::string to, std::string message, bool allowMultipart) = 0;
13          virtual std::vector<SMS> ReadSms(bool readAll = false) = 0;          virtual std::vector<SMS> ReadSms(bool readAll = false) = 0;
14    
         virtual void DeleteSms(std::string smsIndex) = 0;  
15          virtual int DeleteAllSms() = 0;          virtual int DeleteAllSms() = 0;
16    
17          virtual ~ISmsTransceiver() {}          virtual ~ISmsTransceiver() {}

Legend:
Removed from v.149  
changed lines
  Added in v.180

  ViewVC Help
Powered by ViewVC 1.1.20