/[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 48 by torben, Wed Jun 11 08:25:34 2008 UTC revision 49 by torben, Wed Jun 11 10:21:47 2008 UTC
# Line 49  void TogPlugin::Execute(IGsmModem& modem Line 49  void TogPlugin::Execute(IGsmModem& modem
49                  return;                  return;
50          }          }
51    
52          vector<TrainInfo> infos = GetTrainInfo( code , "" );          vector<TrainInfo> infos;
53            try
54            {
55                    infos = GetTrainInfo( code , "" );
56            }
57            catch(...)
58            {
59                    modem.SendSms(sms.sender, "Connection timeout");
60                    return;
61            }
62    
63          ostringstream os;          ostringstream os;
64          os << stationName << "\n";          os << stationName << "\n";

Legend:
Removed from v.48  
changed lines
  Added in v.49

  ViewVC Help
Powered by ViewVC 1.1.20