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

Diff of /smsdaemon/SmsToolTransceiver.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 196 by torben, Thu Dec 18 06:53:29 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 int DeleteAllSms();          virtual int DeleteAllSms();
15      virtual ~SmsToolTransceiver() {}          virtual ~SmsToolTransceiver() {}
16    
17  private:  private:
18          SMS ParseFile(std::string path);          SMS ParseFile(std::string path);

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

  ViewVC Help
Powered by ViewVC 1.1.20