diff options
| author | Rajith Muditha Attapattu <rajith@apache.org> | 2010-04-27 02:19:54 +0000 |
|---|---|---|
| committer | Rajith Muditha Attapattu <rajith@apache.org> | 2010-04-27 02:19:54 +0000 |
| commit | 5b97122c840fabe27cbf7a3cc2e64823c58d2cb0 (patch) | |
| tree | 5e7ab2229c2006c5f179361d6f949055a0350bf7 /cpp/src/qpid/acl/AclValidator.h | |
| parent | 41cbf861df97e379210ecf0750ec9039bf941dd1 (diff) | |
| download | qpid-python-5b97122c840fabe27cbf7a3cc2e64823c58d2cb0.tar.gz | |
Reverting the change made in rev937119 as it seems to cause a core dump in RHEL5.
I haven't managed to pin point the issue. Once I do I may introduce the fix again with the required changes.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@938298 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/acl/AclValidator.h')
| -rw-r--r-- | cpp/src/qpid/acl/AclValidator.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/qpid/acl/AclValidator.h b/cpp/src/qpid/acl/AclValidator.h index 8504a7f2ae..966e5d326b 100644 --- a/cpp/src/qpid/acl/AclValidator.h +++ b/cpp/src/qpid/acl/AclValidator.h @@ -70,8 +70,8 @@ class AclValidator { public: - void validateRuleSet(std::pair<const std::string, qpid::acl::AclData::RuleSet>& rules); - void validateRule(qpid::acl::AclData::Rule& rule); + void validateRuleSet(std::pair<const std::string, qpid::acl::AclData::ruleSet>& rules); + void validateRule(qpid::acl::AclData::rule& rule); void validateProperty(std::pair<const qpid::acl::Property, std::string>& prop); void validate(boost::shared_ptr<AclData> d); AclValidator(); |
