| 270 | } |
| 271 | |
| 272 | bool LDAPExpr::Query( const std::string& filter, const ServicePropertiesImpl& pd) |
| 273 | { |
| 274 | return LDAPExpr(filter).Evaluate(pd, false); |
| 275 | } |
| 276 | |
| 277 | bool LDAPExpr::Evaluate( const ServicePropertiesImpl& p, bool matchCase ) const |
| 278 | { |