summaryrefslogtreecommitdiff
path: root/src/FLoc_LocationRequestInfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/FLoc_LocationRequestInfo.h')
-rw-r--r--src/FLoc_LocationRequestInfo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/FLoc_LocationRequestInfo.h b/src/FLoc_LocationRequestInfo.h
index de3602c..ef3046c 100644
--- a/src/FLoc_LocationRequestInfo.h
+++ b/src/FLoc_LocationRequestInfo.h
@@ -67,6 +67,8 @@ public:
RequestId GetRequestId(void) const {return __reqId;}
+ void SetInterval(int interval) { __interval = interval;}
+
private:
_LocationRequestInfo(void);