/[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 148 by torben, Sun Dec 7 15:51:02 2008 UTC revision 149 by torben, Sun Dec 7 20:58:41 2008 UTC
# Line 1  Line 1 
1  #include "EchoPlugin.h"  #include "EchoPlugin.h"
2  #include "IGsmModem.h"  #include "ISmsTransceiver.h"
3  #include "Sms.h"  #include "Sms.h"
4    
5  EchoPlugin::EchoPlugin()  EchoPlugin::EchoPlugin()
# Line 7  EchoPlugin::EchoPlugin() Line 7  EchoPlugin::EchoPlugin()
7  {  {
8  }  }
9    
10  void EchoPlugin::Execute(IGsmModem& modem, SMS& sms)  void EchoPlugin::Execute(ISmsTransceiver& modem, SMS& sms)
11  {  {
12          modem.SendSms(sms.GetSender(), sms.ExtractParameters(), false );          modem.SendSms(sms.GetSender(), sms.ExtractParameters(), false );
13  }  }

Legend:
Removed from v.148  
changed lines
  Added in v.149

  ViewVC Help
Powered by ViewVC 1.1.20