diff options
| author | Gordon Sim <gsim@apache.org> | 2010-05-11 10:06:30 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2010-05-11 10:06:30 +0000 |
| commit | 2b02dfc5293b55a3644d0d241ec1a7c6774f0dd5 (patch) | |
| tree | 334c0ee98a97e3ef04acf783ae3ee3d5dc82b84b /qpid/cpp/include | |
| parent | c0462179f69830960c2618e8c47a5abac2a19635 (diff) | |
| download | qpid-python-2b02dfc5293b55a3644d0d241ec1a7c6774f0dd5.tar.gz | |
QPID-664: Add default constructor for Connection; add option to set url on existing connection.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@943071 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/include')
| -rw-r--r-- | qpid/cpp/include/qpid/messaging/Connection.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/include/qpid/messaging/Connection.h b/qpid/cpp/include/qpid/messaging/Connection.h index d3db50592b..bd13700e0e 100644 --- a/qpid/cpp/include/qpid/messaging/Connection.h +++ b/qpid/cpp/include/qpid/messaging/Connection.h @@ -45,6 +45,7 @@ class Connection : public qpid::messaging::Handle<ConnectionImpl> public: QPID_CLIENT_EXTERN Connection(ConnectionImpl* impl); QPID_CLIENT_EXTERN Connection(const Connection&); + QPID_CLIENT_EXTERN Connection(); /** * Current implementation supports the following options: * |
