sensorfw
temperatureadaptorplugin.h
Go to the documentation of this file.
1 
29 #ifndef TEMPERATUREADAPTOR_PLUGIN_H
30 #define TEMPERATUREADAPTOR_PLUGIN_H
31 
32 #include "plugin.h"
33 
34 class TemperatureAdaptorPlugin : 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