--- smsdaemon/plugins/TogPlugin.cpp 2008/12/07 20:18:20 148 +++ smsdaemon/plugins/TogPlugin.cpp 2008/12/07 20:58:41 149 @@ -1,5 +1,5 @@ #include "TogPlugin.h" -#include "IGsmModem.h" +#include "ISmsTransceiver.h" #include "Sms.h" #include "TrainInfo.h" @@ -16,12 +16,12 @@ TogPlugin::TogPlugin() : Plugin("tog", "Henter tog info fra bane.dk") { - _stationInfo["ar"] = StationInfo("AR","Århus"); - _stationInfo["la"] = StationInfo("LG","Langå"); + _stationInfo["ar"] = StationInfo("AR","�rhus"); + _stationInfo["la"] = StationInfo("LG","Lang�"); _stationInfo["ul"] = StationInfo("UP","Ulstrup"); _stationInfo["bj"] = StationInfo("BJ","Bjerringbro"); _stationInfo["vi"] = StationInfo("VG","Viborg"); - _stationInfo["ho"] = StationInfo("HØ","Højslev"); + _stationInfo["ho"] = StationInfo("H�","H�jslev"); _stationInfo["sk"] = StationInfo("SK","Skive"); } @@ -54,7 +54,7 @@ return os.str(); } -void TogPlugin::Execute(IGsmModem& modem, SMS& sms) +void TogPlugin::Execute(ISmsTransceiver& modem, SMS& sms) { string data = sms.ExtractParameters();