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