sensorfw
mrstaccelerometeradaptorplugin.h
Go to the documentation of this file.
1 
25 #ifndef MRSTACCELEROMETERADAPTORPLUGIN_H
26 #define MRSTACCELEROMETERADAPTORPLUGIN_H
27 
28 #include "plugin.h"
29 
30 class MRSTAccelerometerAdaptorPlugin : public Plugin
31 {
32  Q_OBJECT
33  Q_PLUGIN_METADATA(IID "com.nokia.SensorService.Plugin/1.0")
34 private:
35  void Register(class Loader& l);
36 };
37 
38 #endif