merge with master
[framework/web/wrt-plugins-common.git] / src / modules / tizen / DEPRACATED / Geolocation / Geolocation.h
index b13bcc5..ac3b3cd 100644 (file)
@@ -49,22 +49,22 @@ class Geolocation : public Api::Geolocation::IGeolocation
      * @See: IGelocation::getCurrentPosition
      */
     virtual void getCurrentPosition(
-            const Api::Geolocation::EventGetCurrentPositionPtr& event);
+        const Api::Geolocation::EventGetCurrentPositionPtr& event);
 
     /**
      * @See: IGelocation::watchPosition
      */
     virtual long watchPosition(
-            const Api::Geolocation::EventPositionChangedEmitterPtr& emitter,
-            long timeout,
-            long maximumAge,
-            bool highAccuracy);
+        const Api::Geolocation::EventPositionChangedEmitterPtr& emitter,
+        long timeout,
+        long maximumAge,
+        bool highAccuracy);
 
     /**
      * @See: IGelocation::clearWatch
      */
     virtual void clearWatch(
-            Api::Geolocation::EventPositionChangedEmitter::IdType id);
+        Api::Geolocation::EventPositionChangedEmitter::IdType id);
 
     /**
      * @See: IGelocation::changeLocationMethod
@@ -75,14 +75,14 @@ class Geolocation : public Api::Geolocation::IGeolocation
      * Method to run from platform's callback function
      */
     void positionHasChanged(LocationObject *obj,
-            guint type,
-            gpointer data,
-            gpointer accuracy);
+                            guint type,
+                            gpointer data,
+                            gpointer accuracy);
 
   protected:
     Geolocation();
     virtual void OnRequestReceived(
-            const Api::Geolocation::EventGetCurrentPositionPtr& event);
+        const Api::Geolocation::EventGetCurrentPositionPtr& event);
 
   private:
     typedef Emitters<Api::Geolocation::EventPositionChangedEmitter>