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