sensorfw
oemtabletalsadaptor-asciiplugin.h
Go to the documentation of this file.
1#ifndef OEMTABLETALSADAPTOR_ASCIIPLUGIN_H
2#define OEMTABLETALSADAPTOR_ASCIIPLUGIN_H
3
4#include "plugin.h"
5
6class OEMTabletALSAdaptorAsciiPlugin : public Plugin
7{
8 Q_OBJECT
9 Q_PLUGIN_METADATA(IID "com.nokia.SensorService.Plugin/1.0")
10private:
11 void Register(class Loader& l);
12};
13
14#endif