00001 00027 #ifndef PROXIMITYADAPTORPLUGIN_H 00028 #define PROXIMITYADAPTORPLUGIN_H 00029 00030 #include "plugin.h" 00031 00032 class ProximityAdaptorPlugin : public Plugin 00033 { 00034 private: 00035 void Register(class Loader& l); 00036 }; 00037 00038 #endif