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

Diff of /smsdaemon/ISmsTransceiver.h

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

revision 180 by torben, Fri Dec 12 12:54:27 2008 UTC revision 210 by torben, Sun Dec 21 21:14:40 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 int DeleteAllSms() = 0;  
   
15          virtual ~ISmsTransceiver() {}          virtual ~ISmsTransceiver() {}
16  };  };
17    

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

  ViewVC Help
Powered by ViewVC 1.1.20