summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/management/Manageable.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qpid/management/Manageable.cpp')
-rw-r--r--cpp/src/qpid/management/Manageable.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpp/src/qpid/management/Manageable.cpp b/cpp/src/qpid/management/Manageable.cpp
index a3593e73e3..651215ffb5 100644
--- a/cpp/src/qpid/management/Manageable.cpp
+++ b/cpp/src/qpid/management/Manageable.cpp
@@ -46,3 +46,8 @@ Manageable::status_t Manageable::ManagementMethod (uint32_t, Args&, std::string&
return STATUS_UNKNOWN_METHOD;
}
+bool Manageable::AuthorizeMethod(uint32_t, Args&, const std::string&)
+{
+ return true;
+}
+