serviceproviders/sapi_sensor/sensorservice/inc/sensorservice.h
changeset 27 02682e02e51f
parent 26 5d0ec8b709be
--- a/serviceproviders/sapi_sensor/sensorservice/inc/sensorservice.h	Thu Dec 17 09:09:50 2009 +0200
+++ b/serviceproviders/sapi_sensor/sensorservice/inc/sensorservice.h	Mon Jan 18 21:02:57 2010 +0200
@@ -122,20 +122,8 @@
 		 */		 
 		 IMPORT_C void GetChannelPropertyL(const TSensrvChannelInfo& aChannelInfo, 
 										   RSensrvPropertyList& aChannelPropertyList);
-		 /**
-          * Get Scale Factor
-          * @since S60 v5.0
-          * @param aChannelInfo refers to channel whose property will be obtained
-          * @param aMeasureRange will be populated  with obtained channel properties
-          * @param aScaleRange will be populated  with obtained channel properties
-          * @leave KErrNotFound - No open channel with that id for this client found,
-          *                    or property does not exist.
-          */      
-		 IMPORT_C void GetScaleFactorL(const TSensrvChannelInfo& aChannelInfo, 
-		                                  TSensrvProperty& aMeasureRange,
-										  TSensrvProperty& aScaleRange);
-
-	private:
+										   
+	 private:
 	 	/**
 	 	 * Constructor
 	 	 * @since S60 v5.0