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

Contents of /smsdaemon/ISmsTransceiver.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 678 - (show 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 #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__

  ViewVC Help
Powered by ViewVC 1.1.20