aboutsummaryrefslogtreecommitdiffstats
path: root/iphone/FixMyStreet/Classes/InputTableViewController.h
diff options
context:
space:
mode:
authormatthew <matthew>2008-12-04 11:12:10 +0000
committermatthew <matthew>2008-12-04 11:12:10 +0000
commit9d6bcd3808eb625690951e047a890df1a65a2a89 (patch)
treeb03106de79ce2186d85acdab7e930fec64a9b05f /iphone/FixMyStreet/Classes/InputTableViewController.h
parent660da129fba269d83d40fe426858a2ba87ca0569 (diff)
Warn if no connection before trying to find location
Diffstat (limited to 'iphone/FixMyStreet/Classes/InputTableViewController.h')
-rw-r--r--iphone/FixMyStreet/Classes/InputTableViewController.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/iphone/FixMyStreet/Classes/InputTableViewController.h b/iphone/FixMyStreet/Classes/InputTableViewController.h
index effeafab5..17af251aa 100644
--- a/iphone/FixMyStreet/Classes/InputTableViewController.h
+++ b/iphone/FixMyStreet/Classes/InputTableViewController.h
@@ -36,6 +36,8 @@
- (void)imagePickerController:(UIImagePickerController *)picker didFinishPickingImage:(UIImage *)image editingInfo:(NSDictionary *)editingInfo;
- (void)imagePickerControllerDidCancel:(UIImagePickerController *)picker;
+-(void)startLocation;
+
//MyCLControllerDelegate
-(void)newLocationUpdate:(CLLocation *)location;
-(void)newLocationError:(NSString *)text;