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