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

Diff of /smsdaemon/SmsToolTransceiver.h

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

revision 168 by torben, Tue Dec 9 21:44:15 2008 UTC revision 210 by torben, Sun Dec 21 21:14:40 2008 UTC
# Line 8  class SmsToolTransceiver : public ISmsTr Line 8  class SmsToolTransceiver : public ISmsTr
8  public:  public:
9          SmsToolTransceiver();          SmsToolTransceiver();
10    
11      virtual void SendSms(std::string to, std::string message, bool allowMultipart);          virtual void SendSms(std::string to, std::string message, bool allowMultipart);
12      virtual std::vector<SMS> ReadSms(bool readAll = false);          virtual std::vector<SMS> ReadSms(bool readAll = false);
13    
14      virtual void DeleteSms(std::string smsIndex);          virtual ~SmsToolTransceiver() {}
     virtual int DeleteAllSms();  
     virtual ~SmsToolTransceiver() {}  
15    
16  private:  private:
17          SMS ParseFile(std::string path);          SMS ParseFile(std::string path);

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

  ViewVC Help
Powered by ViewVC 1.1.20