diff options
Diffstat (limited to 'src/FLoc_LocationManager.h')
-rw-r--r-- | src/FLoc_LocationManager.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/FLoc_LocationManager.h b/src/FLoc_LocationManager.h index af29cea..5723199 100644 --- a/src/FLoc_LocationManager.h +++ b/src/FLoc_LocationManager.h @@ -179,10 +179,17 @@ private: // void Reset(void); + // The method is wait for OnStart method. + // + // @since 2.0 + // + result WaitThreadStart(); + // The method calls the construct method of the event driven thread. // // @since 2.0 // + result Construct(void); // This method is gets the last known location from Native side for the given method. @@ -326,6 +333,7 @@ private: std::unique_ptr< Tizen::Base::Runtime::Timer > __pLocUpdateTimer; static _LocationManager* __pUniqueInstance; _WaitLoopListener __waitLoopListener; + Tizen::Base::Runtime::Monitor* __pInitMonitor; friend class std::default_delete< _LocationManager >; }; // class _LocationManager |