| 29 | namespace LDAPExprConstants { |
| 30 | |
| 31 | static LDAPExpr::Byte WILDCARD() |
| 32 | { |
| 33 | static LDAPExpr::Byte b = std::numeric_limits<LDAPExpr::Byte>::max(); |
| 34 | return b; |
| 35 | } |
| 36 | |
| 37 | static const std::string& WILDCARD_STRING() |
| 38 | { |
no outgoing calls
no test coverage detected