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