/[projects]/smsdaemon/plugins/EchoPlugin.cpp
ViewVC logotype

Annotation of /smsdaemon/plugins/EchoPlugin.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 26 - (hide annotations) (download)
Mon Jun 9 18:15:53 2008 UTC (16 years ago) by torben
File size: 150 byte(s)
Added first basic edition of smsdaemon.

So far sending & receiving sms works and a basic sample plugin is implemented.

1 torben 26 #include "EchoPlugin.h"
2     #include "GsmModem.h"
3    
4    
5     void EchoPlugin::Execute(GsmModem& modem, SMS& sms)
6     {
7     modem.SendSms(sms.sender, GetSmsData(sms) );
8     }

  ViewVC Help
Powered by ViewVC 1.1.20