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

Diff of /smsdaemon/plugins/oldSpamPlugin.cpp

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

smsdaemon/plugins/SpamPlugin.cpp revision 196 by torben, Thu Dec 18 06:53:29 2008 UTC smsdaemon/plugins/oldSpamPlugin.cpp revision 521 by torben, Sun Dec 27 18:01:36 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.196  
changed lines
  Added in v.521

  ViewVC Help
Powered by ViewVC 1.1.20