qtmobility/plugins/sensors/symbian/tapsensorsym.cpp
changeset 14 6fbed849b4f4
parent 11 06b8e2af4411
equal deleted inserted replaced
11:06b8e2af4411 14:6fbed849b4f4
    41 
    41 
    42 #include "tapsensorsym.h"
    42 #include "tapsensorsym.h"
    43 /**
    43 /**
    44  * set the id of the Tap sensor
    44  * set the id of the Tap sensor
    45  */
    45  */
    46 const char *CTapSensorSym::id("sym.tap");
    46 char const * const CTapSensorSym::id("sym.tap");
    47 
    47 
    48 /**
    48 /**
    49  * Factory function, this is used to create the tap sensor object
    49  * Factory function, this is used to create the tap sensor object
    50  * @return CTapSensorSym if successful, leaves on failure
    50  * @return CTapSensorSym if successful, leaves on failure
    51  */
    51  */