| 100 | } |
| 101 | |
| 102 | LDAPPropExpr LDAPProp::Approx(const std::string& s) const |
| 103 | { |
| 104 | if (s.empty()) return LDAPPropExpr(s); |
| 105 | return LDAPPropExpr("(" + m_property + "~=" + s + ")"); |
| 106 | } |
| 107 | |
| 108 | LDAPPropExpr LDAPProp::Approx(const us::Any& any) const |
| 109 | { |