qtmobility/plugins/sensors/symbian/proximitysensorsym.h
changeset 14 6fbed849b4f4
parent 11 06b8e2af4411
equal deleted inserted replaced
11:06b8e2af4411 14:6fbed849b4f4
    91     
    91     
    92 public:
    92 public:
    93     /**
    93     /**
    94      * Holds the id of the proximity sensor
    94      * Holds the id of the proximity sensor
    95      */
    95      */
    96     static const char *id;
    96     static char const * const id;
    97     
    97     
    98 private:     
    98 private:     
    99     QProximityReading iReading;
    99     QProximityReading iReading;
   100     TSensrvProximityData iData;
   100     TSensrvProximityData iData;
   101     };
   101     };