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

Diff of /smsdaemon/Sms.h

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

revision 26 by torben, Mon Jun 9 18:15:53 2008 UTC revision 75 by torben, Fri Jun 13 10:10:06 2008 UTC
# Line 9  public: Line 9  public:
9          SMS();          SMS();
10          SMS(std::string _sender, std::string _message, std::string _timestamp="");          SMS(std::string _sender, std::string _message, std::string _timestamp="");
11    
12            //decode an CMGF=1 text string
13          static SMS FromRawString(const std::string& input);          static SMS FromRawString(const std::string& input);
14            static SMS FromPduString(const std::string& input);
15    
16          std::string sms_index;          std::string sms_index;
17          std::string sender;          std::string sender;

Legend:
Removed from v.26  
changed lines
  Added in v.75

  ViewVC Help
Powered by ViewVC 1.1.20