diff options
author | Kenneth Anthony Giusti <kgiusti@apache.org> | 2010-07-02 14:46:30 +0000 |
---|---|---|
committer | Kenneth Anthony Giusti <kgiusti@apache.org> | 2010-07-02 14:46:30 +0000 |
commit | d160ed03991cba45336a6a31818fdbfc831dca73 (patch) | |
tree | 7cc5a72bbb08526732ec1e8e75c29f8cd22fbbf3 /cpp/include | |
parent | 625d038df59892bfa08b92bc7ca3b099c2334845 (diff) | |
download | qpid-python-d160ed03991cba45336a6a31818fdbfc831dca73.tar.gz |
QPID-2716: QMF bugfix - set agent name in object id
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@960012 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/include')
-rw-r--r-- | cpp/include/qpid/agent/ManagementAgent.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/include/qpid/agent/ManagementAgent.h b/cpp/include/qpid/agent/ManagementAgent.h index d534416da2..aa0a974c35 100644 --- a/cpp/include/qpid/agent/ManagementAgent.h +++ b/cpp/include/qpid/agent/ManagementAgent.h @@ -69,6 +69,7 @@ class ManagementAgent // product - Product name (i.e. "qpid") // instance - A unique identifier for this instance of the agent. // If empty, the agent will create a GUID for the instance. + // Note: the ":" character is reserved - do no use it in the vendor or product name. // virtual void setName(const std::string& vendor, const std::string& product, |