summaryrefslogtreecommitdiff
path: root/qpid/cpp/include/qmf/engine
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/cpp/include/qmf/engine')
-rw-r--r--qpid/cpp/include/qmf/engine/ConnectionSettings.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/qpid/cpp/include/qmf/engine/ConnectionSettings.h b/qpid/cpp/include/qmf/engine/ConnectionSettings.h
index 33f7c85a94..36312400b1 100644
--- a/qpid/cpp/include/qmf/engine/ConnectionSettings.h
+++ b/qpid/cpp/include/qmf/engine/ConnectionSettings.h
@@ -79,8 +79,10 @@ namespace engine {
*
* @param value Reference to a value to be stored as the attribute. The type of the value
* is specific to the key.
+ *
+ * @return True if success, False if invalid attribute
*/
- QMFE_EXTERN void setAttr(const char* key, const Value& value);
+ QMFE_EXTERN bool setAttr(const char* key, const Value& value);
/**
* Get the value of an attribute.