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

Annotation of /smsdaemon/ISmsTransceiver.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 90 - (hide annotations) (download)
Mon Jun 16 10:21:02 2008 UTC (15 years, 11 months ago) by torben
Original Path: smsdaemon/IGsmModem.h
File MIME type: text/plain
File size: 235 byte(s)
Move IGsmModem to its own header file.

1 torben 90 #ifndef __IGSMMODEM_H__
2     #define __IGSMMODEM_H__
3    
4     #include <string>
5    
6     class IGsmModem
7     {
8     public:
9     virtual void SendSms(std::string to, std::string message, bool allowMultipart) = 0;
10     virtual ~IGsmModem() {}
11     };
12    
13    
14     #endif // __IGSMMODEM_H__

  ViewVC Help
Powered by ViewVC 1.1.20