diff options
Diffstat (limited to 'adept/libadept/listerpredicate.h')
-rw-r--r-- | adept/libadept/listerpredicate.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/adept/libadept/listerpredicate.h b/adept/libadept/listerpredicate.h new file mode 100644 index 0000000..98f1b41 --- /dev/null +++ b/adept/libadept/listerpredicate.h @@ -0,0 +1,14 @@ +// -*- C++ -*- +#include <apt-front/cache/entity/entity.h> +#include <apt-front/predicate/predicate.h> + +#ifndef EPT_LISTERPREDICATE_H +#define EPT_LISTERPREDICATE_H + +namespace adept { +using namespace aptFront; +using namespace cache; +typedef predicate::Predicate< entity::Entity > ListerPredicate; +} + +#endif |