sensorfw
gyroadaptor-evdevplugin.h
Go to the documentation of this file.
1 
29 #ifndef GYROADAPTOR_EVDEVPLUGIN_H
30 #define GYROADAPTOR_EVDEVPLUGIN_H
31 
32 #include "plugin.h"
33 
34 class GyroAdaptorEvdevPlugin : public Plugin
35 {
36  Q_OBJECT
37  Q_PLUGIN_METADATA(IID "com.nokia.SensorService.Plugin/1.0")
38 
39 private:
40  void Register(class Loader& l);
41 };
42 
43 #endif