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

Diff of /smsdaemon/SmsToolTransceiver.h

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

revision 151 by torben, Mon Dec 8 10:42:04 2008 UTC revision 168 by torben, Tue Dec 9 21:44:15 2008 UTC
# Line 6  Line 6 
6  class SmsToolTransceiver : public ISmsTransceiver  class SmsToolTransceiver : public ISmsTransceiver
7  {  {
8  public:  public:
9            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    
# Line 18  private: Line 20  private:
20          void ParseHeaders(std::string& headerstring, SMS& sms);          void ParseHeaders(std::string& headerstring, SMS& sms);
21          std::string CreateFilename();          std::string CreateFilename();
22    
23            std::string inboxdir;
24            std::string outgoingdir;
25    
26  };  };
27    

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

  ViewVC Help
Powered by ViewVC 1.1.20