sensorfw
oemtabletgyroscopeadaptorplugin.h
Go to the documentation of this file.
1 #ifndef OEMTABLETGYROSCOPEADAPTORPLUGIN_H
2 #define OEMTABLETGYROSCOPEADAPTORPLUGIN_H
3 
4 #include "plugin.h"
5 
6 class OEMTabletGyroscopeAdaptorPlugin : public Plugin
7 {
8 private:
9  void Register(class Loader& l);
10 };
11 
12 #endif