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

Contents of /smsdaemon/plugins/EchoPlugin.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 63 - (show annotations) (download)
Thu Jun 12 12:43:29 2008 UTC (15 years, 11 months ago) by torben
File size: 250 byte(s)
Make GsmModem use the pdu way.

Added allowMultipart parameter to IGsmModem::SendSms()



1 #include "EchoPlugin.h"
2 #include "GsmModem.h"
3
4 EchoPlugin::EchoPlugin()
5 : Plugin("echo", "Echoes all extra text back to the sender")
6 {
7 }
8
9 void EchoPlugin::Execute(IGsmModem& modem, SMS& sms)
10 {
11 modem.SendSms(sms.sender, GetSmsData(sms), false );
12 }

  ViewVC Help
Powered by ViewVC 1.1.20