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 | f4a8fa9d814208957157b540166a7d80bbe25eb1 (patch) | |
| tree | bfd77e18f9138332b1a073740f49826565b8dd62 /cpp/src/qpid | |
| parent | 2d551381ec4f131e5291f8f071081c06e53ece1b (diff) | |
| download | qpid-python-f4a8fa9d814208957157b540166a7d80bbe25eb1.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/qpid')
| -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; |
