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