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