From 2fe82baa3cd7361c20892e3c208eb5904d54bd9d Mon Sep 17 00:00:00 2001 From: Andrew Stitcher Date: Wed, 14 Apr 2010 02:13:08 +0000 Subject: Remove final vestiges of old client API references from messaging and agent header files git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@933842 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/include/qpid/agent/ManagementAgent.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'cpp/include/qpid/agent') diff --git a/cpp/include/qpid/agent/ManagementAgent.h b/cpp/include/qpid/agent/ManagementAgent.h index aeb5585e61..456b657dc2 100644 --- a/cpp/include/qpid/agent/ManagementAgent.h +++ b/cpp/include/qpid/agent/ManagementAgent.h @@ -24,7 +24,6 @@ #include "qpid/management/ManagementObject.h" #include "qpid/management/ManagementEvent.h" #include "qpid/management/Manageable.h" -#include "qpid/client/ConnectionSettings.h" namespace qpid { namespace management { @@ -104,11 +103,6 @@ class ManagementAgent const std::string& mech = "PLAIN", const std::string& proto = "tcp") = 0; - virtual void init(const client::ConnectionSettings& settings, - uint16_t intervalSeconds = 10, - bool useExternalThread = false, - const std::string& storeFile = "") = 0; - // Register a schema with the management agent. This is normally called by the // package initializer generated by the management code generator. // -- cgit v1.2.1