locationmanager/locationtrail/inc/cpositioninfo.h
branchRCL_3
changeset 63 e538444823de
parent 47 b73252188534
--- a/locationmanager/locationtrail/inc/cpositioninfo.h	Wed Sep 15 12:40:59 2010 +0300
+++ b/locationmanager/locationtrail/inc/cpositioninfo.h	Wed Oct 13 15:02:02 2010 +0300
@@ -82,12 +82,7 @@
      * @return None.
      */    
     void Stop();
-    
-    /**
-     * Handle remap completed event
-     * @since S60 9.2
-     */    
-    void HandleRemapComplete();    
+        
 protected:
     /**
      * Run error implementation in case of RunL leaving.
@@ -118,12 +113,6 @@
     void RunL(); 
 
 private:
-    typedef enum
-        {
-        EPositionOptStateNone = 0x00,
-        EPositionOptStateGetLastKnownPosition,
-        EPositionOptStateNotifyUpdate
-        }TPositionOptState;
     /**
      * An observer interface to set current position to the location trail.
      * Not own.
@@ -148,8 +137,7 @@
     
     TInt iUpdateInterval;
     
-    TPositionOptState iState;
-    TBool iConnectedPositionServer;
+    TBool iFirstInterval;
     };
 
 #endif // C_CPOSITIONINFO_H