serviceproviders/sapi_location/inc/locationinterface.h
changeset 32 8d692d9f828f
parent 22 fc9cf246af83
child 33 50974a8b132e
--- a/serviceproviders/sapi_location/inc/locationinterface.h	Mon Oct 26 08:20:53 2009 +0200
+++ b/serviceproviders/sapi_location/inc/locationinterface.h	Fri Nov 06 13:05:00 2009 +0200
@@ -26,7 +26,6 @@
 
 
 // CONSTANTS
-const TInt KMaxSupportedFields = 25 ;
 
 
 
@@ -271,7 +270,6 @@
      * Positioning module used for location estimation
      */	            
     	            
-    TInt SetSupportedFields() ;  
 
     /**
      * Internal utility function which gets all location information which module supports
@@ -296,27 +294,13 @@
     
 
     /**
-     * Member variable which holds all the Generic position  information
-     */
-
-    HPositionGenericInfo *iGenericPosInfo ;
-
-    /**
-     * Class member which contains module information which is used for location esitmation
-     */
-    TPositionModuleInfo   iModuleInfo ;
-    /**
      * Class member which is used to obtain updates of Last Known Position
      */
     TPosition iPosition;
-
     /**
-     * Class member which contains all the field ids of all the supported Hposition info fields
-     */ 
-
-    TPositionFieldId iFieldList[KMaxSupportedFields] ;
-
-
+     * Generic position class
+     */
+    HPositionGenericInfo *iGenericPosition;
 
     };