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 | be8e1bf6b6a0d760bddbbe6642d477a95f36ab42 (patch) | |
| tree | e1863cf84997106773756b8f013c1da799439652 /cpp/include | |
| parent | b7112a8d67d0fbb02eb59c5c7251c1cf1ae3c1c5 (diff) | |
| download | qpid-python-be8e1bf6b6a0d760bddbbe6642d477a95f36ab42.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/qpid@943071 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/include')
| -rw-r--r-- | cpp/include/qpid/messaging/Connection.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/include/qpid/messaging/Connection.h b/cpp/include/qpid/messaging/Connection.h index d3db50592b..bd13700e0e 100644 --- a/cpp/include/qpid/messaging/Connection.h +++ b/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: * |
