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