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

Diff of /smsdaemon/plugins/TogPlugin.cpp

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

revision 134 by torben, Sun Nov 2 20:14:20 2008 UTC revision 135 by torben, Sun Dec 7 08:58:15 2008 UTC
# Line 51  string TogPlugin::CreateStationList() Line 51  string TogPlugin::CreateStationList()
51                  os << (*it).first << " - " << (*it).second.name << "\n";                  os << (*it).first << " - " << (*it).second.name << "\n";
52          }          }
53    
54          return Util::str_latin2gsm(os.str());          return os.str();
55  }  }
56    
57  void TogPlugin::Execute(IGsmModem& modem, SMS& sms)  void TogPlugin::Execute(IGsmModem& modem, SMS& sms)
# Line 106  void TogPlugin::Execute(IGsmModem& modem Line 106  void TogPlugin::Execute(IGsmModem& modem
106                  os << train.note << "\n";                  os << train.note << "\n";
107          }          }
108    
109          modem.SendSms(sms.sender, Util::str_latin2gsm(os.str()), true);          modem.SendSms(sms.sender, os.str(), true);
110    
111    
112    

Legend:
Removed from v.134  
changed lines
  Added in v.135

  ViewVC Help
Powered by ViewVC 1.1.20