diff options
| author | Ted Ross <tross@apache.org> | 2009-10-02 17:45:58 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2009-10-02 17:45:58 +0000 |
| commit | ee477a65e6ac9532a27cdf589df6d9aba7d97796 (patch) | |
| tree | 7699a50a7a5bc3fdf2a3550cb288837a92dd0fba /cpp/src/qmf/engine/ConnectionSettingsImpl.h | |
| parent | cc6ec1079431b7eb45031d36f5a6ad5e9a6675ac (diff) | |
| download | qpid-python-ee477a65e6ac9532a27cdf589df6d9aba7d97796.tar.gz | |
QMF Fixes:
- In ruby: waitForStable => wait_for_stable
- Setting an unknown attribute on connection settings now throws an exception
- Added connected? accessor to Connection
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@821109 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qmf/engine/ConnectionSettingsImpl.h')
| -rw-r--r-- | cpp/src/qmf/engine/ConnectionSettingsImpl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qmf/engine/ConnectionSettingsImpl.h b/cpp/src/qmf/engine/ConnectionSettingsImpl.h index c47c8bee2e..98bf87868b 100644 --- a/cpp/src/qmf/engine/ConnectionSettingsImpl.h +++ b/cpp/src/qmf/engine/ConnectionSettingsImpl.h @@ -41,7 +41,7 @@ namespace engine { ConnectionSettingsImpl(); ConnectionSettingsImpl(const std::string& url); ~ConnectionSettingsImpl() {} - void setAttr(const std::string& key, const Value& value); + bool setAttr(const std::string& key, const Value& value); Value getAttr(const std::string& key) const; const std::string& getAttrString() const; void transportTcp(uint16_t port); |
