diff options
| author | Gordon Sim <gsim@apache.org> | 2010-01-28 08:37:37 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2010-01-28 08:37:37 +0000 |
| commit | e74eaed0bc3665bc38d7cbedce85f85536f92824 (patch) | |
| tree | f55ff48efa8e2b43c3bf3e0f1d4003b4d7fbe88f /cpp/src/Makefile.am | |
| parent | a5318490afdca4c9a16329f2a0e2f9ded0813f36 (diff) | |
| download | qpid-python-e74eaed0bc3665bc38d7cbedce85f85536f92824.tar.gz | |
QPID-664: change format of connection options string to match address options; make open() a non-static method.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@904000 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 0e1b330245..58214d42c6 100644 --- a/cpp/src/Makefile.am +++ b/cpp/src/Makefile.am @@ -702,6 +702,8 @@ libqpidclient_la_SOURCES = \ qpid/client/TCPConnector.cpp \ qpid/client/TCPConnector.h \ qpid/messaging/Address.cpp \ + qpid/messaging/AddressParser.h \ + qpid/messaging/AddressParser.cpp \ qpid/messaging/Connection.cpp \ qpid/messaging/ListContent.cpp \ qpid/messaging/ListView.cpp \ |
