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

Diff of /smsdaemon/plugins/EchoPlugin.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 141 by torben, Mon Jun 16 10:21:02 2008 UTC revision 142 by torben, Sun Dec 7 15:51:02 2008 UTC
# Line 9  EchoPlugin::EchoPlugin() Line 9  EchoPlugin::EchoPlugin()
9    
10  void EchoPlugin::Execute(IGsmModem& modem, SMS& sms)  void EchoPlugin::Execute(IGsmModem& modem, SMS& sms)
11  {  {
12          modem.SendSms(sms.sender, GetSmsData(sms), false );          modem.SendSms(sms.GetSender(), sms.ExtractParameters(), false );
13  }  }

Legend:
Removed from v.141  
changed lines
  Added in v.142

  ViewVC Help
Powered by ViewVC 1.1.20