00001 #ifndef _filter_hh_ 00002 #define _filter_hh_ 00003 00004 #include "ability.hh" 00005 00006 namespace anoid { 00007 namespace plugin { 00008 00016 class Filter: public base::Ability { 00017 }; 00018 00019 }; 00020 }; 00021 #endif