/[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 1164 by torben, Wed Oct 6 10:42:51 2010 UTC
# 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.1164

  ViewVC Help
Powered by ViewVC 1.1.20