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

Diff of /smsdaemon/plugins/ListPlugin.cpp

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

revision 136 by torben, Mon Dec 1 12:08:23 2008 UTC revision 137 by torben, Sun Dec 7 11:08:31 2008 UTC
# Line 20  void ListPlugin::Execute(IGsmModem& mode Line 20  void ListPlugin::Execute(IGsmModem& mode
20          std::string reply = "Loaded plugins:\n";          std::string reply = "Loaded plugins:\n";
21          for (it = plugins.begin(); it != plugins.end(); ++it)          for (it = plugins.begin(); it != plugins.end(); ++it)
22          {          {
23                  reply += (*it)->GetCommand() + " - " + (*it)->GetDescription() + "\n";                  reply += (*it)->GetCommand() + "\n";
24          }          }
25    
26          modem.SendSms(sms.sender, reply, true);          modem.SendSms(sms.sender, reply, true);

Legend:
Removed from v.136  
changed lines
  Added in v.137

  ViewVC Help
Powered by ViewVC 1.1.20