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

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

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

revision 1330 by torben, Tue Apr 19 11:52:39 2011 UTC revision 1331 by torben, Wed Apr 20 05:25:48 2011 UTC
# Line 60  public class TimetableFetcher { Line 60  public class TimetableFetcher {
60                          return lookupTimetableAzureSite(trainID, type);                          return lookupTimetableAzureSite(trainID, type);
61                                                    
62                  } else {                  } else {
63                          return lookupTimetableWwwSite(trainID, type);                          return lookupTimetableMobileSite(trainID, type);
64                  }                  }
65          }          }
66                    
# Line 170  public class TimetableFetcher { Line 170  public class TimetableFetcher {
170                  return timetableBean;                  return timetableBean;
171          }          }
172    
173            TimetableBean lookupTimetableMobileSite(String trainID, String type) throws Exception {
174                    return new TimetableBean(); //dummy skeleton method
175            }
176            
177            @Deprecated
178          TimetableBean lookupTimetableWwwSite(String trainID, String type) throws Exception {                      TimetableBean lookupTimetableWwwSite(String trainID, String type) throws Exception {            
179                  TimetableBean timetableBean = new TimetableBean();                  TimetableBean timetableBean = new TimetableBean();
180                                    

Legend:
Removed from v.1330  
changed lines
  Added in v.1331

  ViewVC Help
Powered by ViewVC 1.1.20