diff options
| author | Stephen D. Huston <shuston@apache.org> | 2008-10-16 21:35:39 +0000 |
|---|---|---|
| committer | Stephen D. Huston <shuston@apache.org> | 2008-10-16 21:35:39 +0000 |
| commit | 18afe1de9b0f1082013569566192c460ec163290 (patch) | |
| tree | 8b530031688311d8201e3fea34b7906e4b955c79 /cpp/src | |
| parent | ba3132e3b42bff461626fc9ca36562f964a1db8f (diff) | |
| download | qpid-python-18afe1de9b0f1082013569566192c460ec163290.tar.gz | |
Resolve inconsistent refs to ConnectionSettings; resolves QPID-1369
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@705369 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
| -rw-r--r-- | cpp/src/qpid/client/Connection.h | 2 | ||||
| -rw-r--r-- | cpp/src/qpid/client/ConnectionImpl.h | 2 | ||||
| -rw-r--r-- | cpp/src/qpid/client/Connector.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/cpp/src/qpid/client/Connection.h b/cpp/src/qpid/client/Connection.h index 9595e683e1..999a09490f 100644 --- a/cpp/src/qpid/client/Connection.h +++ b/cpp/src/qpid/client/Connection.h @@ -31,7 +31,7 @@ class Url; namespace client { -class ConnectionSettings; +struct ConnectionSettings; class ConnectionImpl; /** diff --git a/cpp/src/qpid/client/ConnectionImpl.h b/cpp/src/qpid/client/ConnectionImpl.h index c2cc6f006d..55a4929028 100644 --- a/cpp/src/qpid/client/ConnectionImpl.h +++ b/cpp/src/qpid/client/ConnectionImpl.h @@ -40,7 +40,7 @@ namespace qpid { namespace client { class Connector; -class ConnectionSettings; +struct ConnectionSettings; class SessionImpl; class FailoverListener; diff --git a/cpp/src/qpid/client/Connector.h b/cpp/src/qpid/client/Connector.h index 39e29a33be..5c37d95300 100644 --- a/cpp/src/qpid/client/Connector.h +++ b/cpp/src/qpid/client/Connector.h @@ -42,7 +42,7 @@ namespace qpid { namespace client { -class ConnectionSettings; +struct ConnectionSettings; class ConnectionImpl; ///@internal |
