diff options
| author | Stephen D. Huston <shuston@apache.org> | 2009-12-14 21:16:30 +0000 |
|---|---|---|
| committer | Stephen D. Huston <shuston@apache.org> | 2009-12-14 21:16:30 +0000 |
| commit | 9bae1f85fbdbb860e62f320fc87f43571ef22af5 (patch) | |
| tree | 81f4d22fb2cb4d99186b43f505d74223e2755109 /cpp/src/Makefile.am | |
| parent | 5ebc4bc86dc767bba4e8679db6fd7fc9778490c5 (diff) | |
| download | qpid-python-9bae1f85fbdbb860e62f320fc87f43571ef22af5.tar.gz | |
Move the TCPConnector class to its own file to allow deriving from it; resolves QPID-2270.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@890481 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 968bd7ca7a..ee2acb673b 100644 --- a/cpp/src/Makefile.am +++ b/cpp/src/Makefile.am @@ -691,6 +691,8 @@ libqpidclient_la_SOURCES = \ qpid/client/SubscriptionManager.cpp \ qpid/client/SubscriptionManagerImpl.cpp \ qpid/client/SubscriptionManagerImpl.h \ + qpid/client/TCPConnector.cpp \ + qpid/client/TCPConnector.h \ qpid/messaging/Address.cpp \ qpid/messaging/Connection.cpp \ qpid/messaging/ListContent.cpp \ |
