sensorfw
proximityadaptor-evdevplugin.h
Go to the documentation of this file.
1 
27 #ifndef PROXIMITYADAPTOR_EVDEVPLUGIN_H
28 #define PROXIMITYADAPTOR_EVDEVPLUGIN_H
29 
30 #include "plugin.h"
31 
32 class ProximityAdaptorEvdevPlugin : public Plugin
33 {
34 private:
35  void Register(class Loader& l);
36 };
37 
38 #endif