aboutsummaryrefslogtreecommitdiffstats
path: root/iphone/FixMyStreet/MyCLController.h
diff options
context:
space:
mode:
authormatthew <matthew>2008-12-04 12:00:45 +0000
committermatthew <matthew>2008-12-04 12:00:45 +0000
commit494c6c0470538c31656e12d824a744ce86ecf45a (patch)
tree01cb83c6b22bb58deae831c38d75cb03a2937caa /iphone/FixMyStreet/MyCLController.h
parent9d6bcd3808eb625690951e047a890df1a65a2a89 (diff)
Forget location after successful submission
Diffstat (limited to 'iphone/FixMyStreet/MyCLController.h')
-rwxr-xr-xiphone/FixMyStreet/MyCLController.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/iphone/FixMyStreet/MyCLController.h b/iphone/FixMyStreet/MyCLController.h
index 37dd54a3e..a517dc48d 100755
--- a/iphone/FixMyStreet/MyCLController.h
+++ b/iphone/FixMyStreet/MyCLController.h
@@ -67,6 +67,7 @@ Copyright (C) 2008 Apple Inc. All Rights Reserved.
@property BOOL updating;
-(void)startUpdatingLocation;
+-(void)stopUpdatingLocation;
- (void)locationManager:(CLLocationManager *)manager
didUpdateToLocation:(CLLocation *)newLocation