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

Contents of /smsdaemon/ISmsTransceiver.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 210 - (show annotations) (download)
Sun Dec 21 21:14:40 2008 UTC (15 years, 5 months ago) by torben
File MIME type: text/plain
File size: 363 byte(s)
No usage for DeleteAllSms(), since all incoming messages should be serviced

1 #ifndef __ISMSTRANSCEIVER_H__
2 #define __ISMSTRANSCEIVER_H__
3
4 #include <string>
5 #include <vector>
6 #include "Sms.h"
7
8
9 class ISmsTransceiver
10 {
11 public:
12 virtual void SendSms(std::string to, std::string message, bool allowMultipart) = 0;
13 virtual std::vector<SMS> ReadSms(bool readAll = false) = 0;
14
15 virtual ~ISmsTransceiver() {}
16 };
17
18
19 #endif // __ISMSTRANSCEIVER_H__

Properties

Name Value
svn:mergeinfo

  ViewVC Help
Powered by ViewVC 1.1.20