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 | 809ec3077dbe82d0b77f46c9a7c6ec90ce0cb555 (patch) | |
| tree | f31563968db738b65fca39495cf9d29738a70f00 /qpid/cpp/include | |
| parent | 572f632cd7fee36544b2f9a09166b258c8bd7280 (diff) | |
| download | qpid-python-809ec3077dbe82d0b77f46c9a7c6ec90ce0cb555.tar.gz | |
QPID-2716: QMF bugfix - set agent name in object id
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@960012 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/include')
| -rw-r--r-- | qpid/cpp/include/qpid/agent/ManagementAgent.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/include/qpid/agent/ManagementAgent.h b/qpid/cpp/include/qpid/agent/ManagementAgent.h index d534416da2..aa0a974c35 100644 --- a/qpid/cpp/include/qpid/agent/ManagementAgent.h +++ b/qpid/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, |
