diff options
| author | Charles E. Rolke <chug@apache.org> | 2012-04-04 19:35:34 +0000 |
|---|---|---|
| committer | Charles E. Rolke <chug@apache.org> | 2012-04-04 19:35:34 +0000 |
| commit | 6d83a5faddfeff7c3a788907d886dae7459dbaa1 (patch) | |
| tree | bfd77e18f9138332b1a073740f49826565b8dd62 /cpp/src | |
| parent | a35e79519317f87d23abb7250f01defbd64e5d19 (diff) | |
| download | qpid-python-6d83a5faddfeff7c3a788907d886dae7459dbaa1.tar.gz | |
QPID-3918 qualify namespace better for windows build
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1309564 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
| -rw-r--r-- | cpp/src/qpid/acl/Acl.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/qpid/acl/Acl.cpp b/cpp/src/qpid/acl/Acl.cpp index 72ce0fd5c2..db77abf8c1 100644 --- a/cpp/src/qpid/acl/Acl.cpp +++ b/cpp/src/qpid/acl/Acl.cpp @@ -198,7 +198,7 @@ bool Acl::readAclFile(std::string& aclFile, std::string& errorText) { // // management lookup function performs general query on acl engine // -Manageable::status_t Acl::lookup(management::Args& args, std::string& text) +Manageable::status_t Acl::lookup(qpid::management::Args& args, std::string& text) { _qmf::ArgsAclLookup& ioArgs = (_qmf::ArgsAclLookup&) args; Manageable::status_t result(STATUS_USER); @@ -246,7 +246,7 @@ Manageable::status_t Acl::lookup(management::Args& args, std::string& text) // management lookupPublish function performs fastpath // PUBLISH EXCHANGE query on acl engine // -Manageable::status_t Acl::lookupPublish(management::Args& args, std::string& /*text*/) +Manageable::status_t Acl::lookupPublish(qpid::management::Args& args, std::string& /*text*/) { _qmf::ArgsAclLookupPublish& ioArgs = (_qmf::ArgsAclLookupPublish&) args; boost::shared_ptr<AclData> dataLocal; |
