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