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

Annotation of /smsdaemon/ISmsTransceiver.h

Parent Directory Parent Directory | Revision Log Revision Log


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

Properties

Name Value
svn:mergeinfo

  ViewVC Help
Powered by ViewVC 1.1.20