Subversion Repository Public Repository

Nextrek

Diff Revisions 453 vs 534 for /iOS/SafariArte/trunk/SafariArte/Commodities/DataManager.h

Diff revisions: vs.
  @@ -51,5 +51,7 @@
51 51 - (void) timeInc;
52 52 - (void)setCellColorforTableview:(UITableView*)tableview withColor:(UIColor *)color forIndexPath:(NSIndexPath*)indexPath andDuration:(int)duration;
53 53
54 + -(void) resetPoisForRoute:(SFAPercorso*)route;
55 +
54 56 @end
55 57