diff options
| author | Ted Ross <tross@apache.org> | 2010-05-25 14:02:49 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2010-05-25 14:02:49 +0000 |
| commit | 20def4fc6769f8ade4cf5b341c40249745ff95e2 (patch) | |
| tree | 11fcc54c98ba911cd9d9dd933244cb9d9626b5d5 /cpp/src/Makefile.am | |
| parent | 708b53fae2a61e608d4f7329c4ae81a7a0556dc5 (diff) | |
| download | qpid-python-20def4fc6769f8ade4cf5b341c40249745ff95e2.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/qpid@948046 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/Makefile.am')
| -rw-r--r-- | cpp/src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ |
