qtmobility/plugins/sensors/symbian/accelerometersym.h
changeset 14 6fbed849b4f4
parent 11 06b8e2af4411
--- a/qtmobility/plugins/sensors/symbian/accelerometersym.h	Fri Jun 11 14:26:25 2010 +0300
+++ b/qtmobility/plugins/sensors/symbian/accelerometersym.h	Wed Jun 23 19:08:38 2010 +0300
@@ -70,6 +70,8 @@
      */
     ~CAccelerometerSensorSym();
     
+    void start();
+    
 private:
     /**
      * Default constructor
@@ -87,18 +89,18 @@
      * Second phase constructor
      * Initialize the backend resources
      */
-    void ConstructL();    
+    void ConstructL();   
     
 public:
     /**
      * Holds the id of the accelerometer
      */
-    static const char *id;
+    static char const * const id;
     
 private:
     QAccelerometerReading iReading;
     TSensrvAccelerometerAxisData iData;
-    TInt iScale, iUnit;
+    TInt iScaleRange, iUnit;
     };
 
 #endif //ACCELEROMETERSYM_H