qtmobility/plugins/sensors/symbian/tapsensorsym.h
changeset 14 6fbed849b4f4
parent 11 06b8e2af4411
equal deleted inserted replaced
11:06b8e2af4411 14:6fbed849b4f4
    88     
    88     
    89 public:
    89 public:
    90     /**
    90     /**
    91      * Holds the id of the magnetometer
    91      * Holds the id of the magnetometer
    92      */	
    92      */	
    93     static const char *id;
    93     static char const * const id;
    94     
    94     
    95 private:
    95 private:
    96     QTapReading iReading;
    96     QTapReading iReading;
    97     TSensrvTappingData iData;
    97     TSensrvTappingData iData;
    98     };
    98     };