qtmobility/plugins/sensors/n900/n900lightsensor.h
changeset 14 6fbed849b4f4
parent 11 06b8e2af4411
equal deleted inserted replaced
11:06b8e2af4411 14:6fbed849b4f4
    48 QTM_USE_NAMESPACE
    48 QTM_USE_NAMESPACE
    49 
    49 
    50 class n900lightsensor : public n900filebasedsensor
    50 class n900lightsensor : public n900filebasedsensor
    51 {
    51 {
    52 public:
    52 public:
    53     static const char *id;
    53     static char const * const id;
    54     static const char *filename;
    54     static char const * const filename;
    55 
    55 
    56     n900lightsensor(QSensor *sensor);
    56     n900lightsensor(QSensor *sensor);
    57 
    57 
    58     void poll();
    58     void poll();
    59     void start();
    59     void start();