summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/acl/AclValidator.h
diff options
context:
space:
mode:
authorRajith Muditha Attapattu <rajith@apache.org>2010-04-27 02:19:54 +0000
committerRajith Muditha Attapattu <rajith@apache.org>2010-04-27 02:19:54 +0000
commit5b97122c840fabe27cbf7a3cc2e64823c58d2cb0 (patch)
tree5e7ab2229c2006c5f179361d6f949055a0350bf7 /cpp/src/qpid/acl/AclValidator.h
parent41cbf861df97e379210ecf0750ec9039bf941dd1 (diff)
downloadqpid-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.h4
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();