Subversion Repository Public Repository

Nextrek

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

Diff revisions: vs.
  @@ -11,6 +11,7 @@
11 11 #import "SFAUser.h"
12 12 #import "CustomIOSAlertView.h"
13 13 #import "SFAPercorso.h"
14 + #import "Reachability.h"
14 15
15 16
16 17 @interface DataManager : NSObject <CustomIOSAlertViewDelegate>
  @@ -50,6 +51,7 @@
50 51 -(BOOL) saveClues:(SFAPercorso*)route ;
51 52 - (void) timeInc;
52 53 - (void)setCellColorforTableview:(UITableView*)tableview withColor:(UIColor *)color forIndexPath:(NSIndexPath*)indexPath andDuration:(int)duration;
54 + - (BOOL)testInternetConnection;
53 55
54 56 -(void) resetPoisForRoute:(SFAPercorso*)route;
55 57