sensorfw
alsplugin.h
Go to the documentation of this file.
1 
26 #ifndef ALSPLUGIN_H
27 #define ALSPLUGIN_H
28 
29 #include "plugin.h"
30 
31 class ALSPlugin : public Plugin
32 {
33 private:
34  void Register(class Loader& l);
35  void Init(class Loader& l);
36  QStringList Dependencies();
37 };
38 
39 #endif