/[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 1066 by torben, Thu Sep 16 15:32:42 2010 UTC revision 1249 by torben, Thu Mar 31 17:39:20 2011 UTC
# Line 14  public class DebugProvider implements De Line 14  public class DebugProvider implements De
14    
15                    
16          @Override          @Override
17          public DepartureBean lookupDepartures(int station, boolean arrival) {          public DepartureBean lookupDepartures(int station, boolean arrival,String type) {
18                  DepartureBean bean = new DepartureBean();                  DepartureBean bean = new DepartureBean();
19                                    
20                  DepartureEntry departure = new DepartureEntry();                  DepartureEntry departure = new DepartureEntry();
# Line 87  public class DebugProvider implements De Line 87  public class DebugProvider implements De
87          }          }
88    
89          @Override          @Override
90          public StationBean lookupStations(Location location) {          public StationBean lookupStationsByLocation(Location location) {
91                  return getStations();                  return getStations();
92          }          }
93                    
# Line 168  public class DebugProvider implements De Line 168  public class DebugProvider implements De
168          }          }
169    
170    
171            @Override
172            public void purgeOldEntries() {
173                    // TODO Auto-generated method stub              
174            }
175    
176    
177  }  }

Legend:
Removed from v.1066  
changed lines
  Added in v.1249

  ViewVC Help
Powered by ViewVC 1.1.20