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

Annotation of /smsdaemon/ISmsTransceiver.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 678 - (hide annotations) (download)
Tue Apr 27 21:06:53 2010 UTC (14 years ago) by torben
File MIME type: text/plain
File size: 363 byte(s)
undo previous unintentional commit
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__

  ViewVC Help
Powered by ViewVC 1.1.20