sensorfw
adaptors/proximityadaptor-evdev/proximityadaptor-evdevplugin.h
Go to the documentation of this file.
00001 
00027 #ifndef PROXIMITYADAPTOR_EVDEVPLUGIN_H
00028 #define PROXIMITYADAPTOR_EVDEVPLUGIN_H
00029 
00030 #include "plugin.h"
00031 
00032 class ProximityAdaptorEvdevPlugin : public Plugin
00033 {
00034 private:
00035     void Register(class Loader& l);
00036 };
00037 
00038 #endif