/[projects]/android/TrainInfo/src/dk/thoerup/traininfo/provider/DebugProvider.java
ViewVC logotype

Diff of /android/TrainInfo/src/dk/thoerup/traininfo/provider/DebugProvider.java

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

revision 363 by torben, Wed Sep 30 06:01:39 2009 UTC revision 391 by torben, Sat Oct 3 10:55:43 2009 UTC
# Line 74  public class DebugProvider implements De Line 74  public class DebugProvider implements De
74          public boolean lookupStations(Location location) {          public boolean lookupStations(Location location) {
75                  return true;                  return true;
76          }          }
77            
78            @Override
79            public boolean lookupStations(String name) {
80                    return true;
81            }
82    
83          @Override          @Override
84          public List<TimetableBean> getTimetable() {          public List<TimetableBean> getTimetable(String trainID) {
85                  List<TimetableBean> timetables = new ArrayList<TimetableBean>();                  List<TimetableBean> timetables = new ArrayList<TimetableBean>();
86                                    
87                  TimetableBean timetable = new TimetableBean();                  TimetableBean timetable = new TimetableBean();

Legend:
Removed from v.363  
changed lines
  Added in v.391

  ViewVC Help
Powered by ViewVC 1.1.20