qtmobility/plugins/sensors/symbian/compasssym.h
changeset 14 6fbed849b4f4
parent 11 06b8e2af4411
equal deleted inserted replaced
11:06b8e2af4411 14:6fbed849b4f4
   106     
   106     
   107 public:
   107 public:
   108     /**
   108     /**
   109      * Holds the id of the compass
   109      * Holds the id of the compass
   110      */
   110      */
   111     static const char *id;
   111     static char const * const id;
   112     
   112     
   113 private:     
   113 private:     
   114     QCompassReading iReading;
   114     QCompassReading iReading;
   115     TSensrvMagneticNorthData iData;
   115     TSensrvMagneticNorthData iData;
   116     CMagnetometerSensorSym *iMagnetometer;
   116     CMagnetometerSensorSym *iMagnetometer;