/[projects]/android/TrainInfoService/src/dk/thoerup/traininfoservice/banedk/DepartureFetcher.java
ViewVC logotype

Diff of /android/TrainInfoService/src/dk/thoerup/traininfoservice/banedk/DepartureFetcher.java

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

revision 1371 by torben, Wed Apr 20 20:04:05 2011 UTC revision 1372 by torben, Thu Apr 21 05:51:25 2011 UTC
# Line 103  public class DepartureFetcher { Line 103  public class DepartureFetcher {
103          }          }
104                    
105          public DepartureBean lookupDepartures(String stationcode, TrainType type, boolean arrival) throws Exception {          public DepartureBean lookupDepartures(String stationcode, TrainType type, boolean arrival) throws Exception {
106                  if ( settings.getUseAzureSite() == true) {                  if ( settings.getBackend() == TraininfoSettings.Backend.Azure) {
107                          return lookupDeparturesAzureSite(stationcode, type, arrival);                          return lookupDeparturesAzureSite(stationcode, type, arrival);
108                  } else {                  } else {
109                          return lookupDeparturesMobileSite(stationcode, type, arrival);                          return lookupDeparturesMobileSite(stationcode, type, arrival);

Legend:
Removed from v.1371  
changed lines
  Added in v.1372

  ViewVC Help
Powered by ViewVC 1.1.20