sensorfw
adaptors/oemtabletgyroscopeadaptor/oemtabletgyroscopeadaptorplugin.h
Go to the documentation of this file.
00001 #ifndef OEMTABLETGYROSCOPEADAPTORPLUGIN_H
00002 #define OEMTABLETGYROSCOPEADAPTORPLUGIN_H
00003 
00004 #include "plugin.h"
00005 
00006 class OEMTabletGyroscopeAdaptorPlugin : public Plugin
00007 {
00008 private:
00009     void Register(class Loader& l);
00010 };
00011 
00012 #endif