summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/Queue.h
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2008-05-13 17:59:55 +0000
committerAlan Conway <aconway@apache.org>2008-05-13 17:59:55 +0000
commit1b976cfb0c49d9352475fa1b45c36fff27f688ea (patch)
tree2722e567a4f94efbca49a82e738b092cd681127c /cpp/src/qpid/broker/Queue.h
parent6107d64ed1458e4e3038fa25b9286837212f51b4 (diff)
downloadqpid-python-1b976cfb0c49d9352475fa1b45c36fff27f688ea.tar.gz
Removed confusing broker::Message typedef intrusive_ptr<Message> shared_ptr
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@655956 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/broker/Queue.h')
-rw-r--r--cpp/src/qpid/broker/Queue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/Queue.h b/cpp/src/qpid/broker/Queue.h
index 355b2a5e41..f56cee0f22 100644
--- a/cpp/src/qpid/broker/Queue.h
+++ b/cpp/src/qpid/broker/Queue.h
@@ -194,7 +194,7 @@ namespace qpid {
// Manageable entry points
management::ManagementObject::shared_ptr GetManagementObject (void) const;
management::Manageable::status_t
- ManagementMethod (uint32_t methodId, management::Args& args);
+ ManagementMethod (uint32_t methodId, management::Args& args);
};
}
}