From 20def4fc6769f8ade4cf5b341c40249745ff95e2 Mon Sep 17 00:00:00 2001 From: Ted Ross Date: Tue, 25 May 2010 14:02:49 +0000 Subject: Replaced the earlier-removed init function (in ManagementAgent.h) that uses ConnectionSettings. Created a ConnectionSettings in the qpid::management name space that mirrors that from the qpid::client namespace. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@948046 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpp/src/Makefile.am') diff --git a/cpp/src/Makefile.am b/cpp/src/Makefile.am index 15a0eb448a..fbce21d579 100644 --- a/cpp/src/Makefile.am +++ b/cpp/src/Makefile.am @@ -422,6 +422,7 @@ libqpidcommon_la_SOURCES += \ qpid/log/Selector.cpp \ qpid/log/Statement.cpp \ qpid/management/Buffer.cpp \ + qpid/management/ConnectionSettings.cpp \ qpid/management/Manageable.cpp \ qpid/management/ManagementObject.cpp \ qpid/management/Mutex.cpp \ @@ -809,6 +810,7 @@ nobase_include_HEADERS += \ ../include/qpid/log/Statement.h \ ../include/qpid/management/Args.h \ ../include/qpid/management/Buffer.h \ + ../include/qpid/management/ConnectionSettings.h \ ../include/qpid/management/Manageable.h \ ../include/qpid/management/ManagementEvent.h \ ../include/qpid/management/ManagementObject.h \ -- cgit v1.2.1