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