sensorfw
|
00001 00031 #ifndef PROXIMITYADAPTOR_ASCII_PLUGIN_H 00032 #define PROXIMITYADAPTOR_ASCII_PLUGIN_H 00033 00034 #include "plugin.h" 00035 00036 class ProximityAdaptorAsciiPlugin : public Plugin 00037 { 00038 private: 00039 void Register(class Loader& l); 00040 }; 00041 00042 #endif