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

Diff of /smsdaemon/plugins/SpamPlugin.cpp

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

revision 441 by torben, Thu Dec 18 06:53:29 2008 UTC revision 442 by torben, Mon Oct 12 10:36:48 2009 UTC
# Line 45  void SpamPlugin::Execute(ISmsTransceiver Line 45  void SpamPlugin::Execute(ISmsTransceiver
45    
46          ostringstream os;          ostringstream os;
47          os << "Spamming " << nr << " " << count << " times.";          os << "Spamming " << nr << " " << count << " times.";
48            modem.SendSms(sms.GetSender(), os.str(), false);
49    
50          Logger::logMessage(os.str());          Logger::logMessage(os.str());
51    
52          string message;          string message;

Legend:
Removed from v.441  
changed lines
  Added in v.442

  ViewVC Help
Powered by ViewVC 1.1.20