sensorfw
proximityadaptor-asciiplugin.h
Go to the documentation of this file.
1 
31 #ifndef PROXIMITYADAPTOR_ASCII_PLUGIN_H
32 #define PROXIMITYADAPTOR_ASCII_PLUGIN_H
33 
34 #include "plugin.h"
35 
36 class ProximityAdaptorAsciiPlugin : public Plugin
37 {
38 private:
39  void Register(class Loader& l);
40 };
41 
42 #endif