From d160ed03991cba45336a6a31818fdbfc831dca73 Mon Sep 17 00:00:00 2001 From: Kenneth Anthony Giusti Date: Fri, 2 Jul 2010 14:46:30 +0000 Subject: 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 --- cpp/include/qpid/agent/ManagementAgent.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cpp/include') 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, -- cgit v1.2.1