diff options
Diffstat (limited to 'cpp/src/qpid/broker/SessionState.cpp')
-rw-r--r-- | cpp/src/qpid/broker/SessionState.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/SessionState.cpp b/cpp/src/qpid/broker/SessionState.cpp index 42f6b78521..913188845f 100644 --- a/cpp/src/qpid/broker/SessionState.cpp +++ b/cpp/src/qpid/broker/SessionState.cpp @@ -122,7 +122,8 @@ ManagementObject* SessionState::GetManagementObject (void) const } Manageable::status_t SessionState::ManagementMethod (uint32_t methodId, - Args& /*args*/) + Args& /*args*/, + string& /*text*/) { Manageable::status_t status = Manageable::STATUS_UNKNOWN_METHOD; |