/[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 141 by torben, Sun Dec 7 11:08:31 2008 UTC revision 142 by torben, Sun Dec 7 15:51:02 2008 UTC
# Line 23  void ListPlugin::Execute(IGsmModem& mode Line 23  void ListPlugin::Execute(IGsmModem& mode
23                  reply += (*it)->GetCommand() + "\n";                  reply += (*it)->GetCommand() + "\n";
24          }          }
25    
26          modem.SendSms(sms.sender, reply, true);          modem.SendSms(sms.GetSender(), reply, true);
27  }  }

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

  ViewVC Help
Powered by ViewVC 1.1.20