summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/CMakeLists.txt
diff options
context:
space:
mode:
authorTed Ross <tross@apache.org>2010-05-25 14:02:49 +0000
committerTed Ross <tross@apache.org>2010-05-25 14:02:49 +0000
commitead2334ee878db9098cb4c03b2921089dc66c477 (patch)
tree2bba467ef60068734aa12f79049e04a92bbf3d21 /qpid/cpp/src/CMakeLists.txt
parent8dbc679f87655e6e368583abc67ebb5a849753c6 (diff)
downloadqpid-python-ead2334ee878db9098cb4c03b2921089dc66c477.tar.gz
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@948046 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/CMakeLists.txt')
-rw-r--r--qpid/cpp/src/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/src/CMakeLists.txt b/qpid/cpp/src/CMakeLists.txt
index aa40fd7a2e..70835746fb 100644
--- a/qpid/cpp/src/CMakeLists.txt
+++ b/qpid/cpp/src/CMakeLists.txt
@@ -616,6 +616,7 @@ set (qpidcommon_SOURCES
qpid/log/Selector.cpp
qpid/log/Statement.cpp
qpid/management/Buffer.cpp
+ qpid/management/ConnectionSettings.cpp
qpid/management/Mutex.cpp
qpid/management/Manageable.cpp
qpid/management/ManagementObject.cpp