diff options
Diffstat (limited to 'cpp/src/qpid/acl/AclReader.h')
-rw-r--r-- | cpp/src/qpid/acl/AclReader.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cpp/src/qpid/acl/AclReader.h b/cpp/src/qpid/acl/AclReader.h index d85dbeef6b..dccb450192 100644 --- a/cpp/src/qpid/acl/AclReader.h +++ b/cpp/src/qpid/acl/AclReader.h @@ -107,11 +107,12 @@ class AclReader { bool processAclLine(tokList& toks); void printRules() const; // debug aid - + bool isValidUserName(const std::string& name); + static bool checkName(const std::string& name); static nvPair splitNameValuePair(const std::string& nvpString); }; - + }} // namespace qpid::acl #endif // QPID_ACL_ACLREADER_H |