Issue 18640: Documentation comments corrections to src/hpp/dds/pub/discovery.hpp (dds-psm-cxx-rtf) Source: Micro Focus (Mr. Simon McQueen, simon.mcqueen(at)microfocus.com) Nature: Uncategorized Issue Severity: Summary: Corrections to documentation comments required. _Suggested resolution_: diff --git a/src/hpp/dds/pub/discovery.hpp b/src/hpp/dds/pub/discovery.hpp index f50e179..5a8eb28 100644 --- a/src/hpp/dds/pub/discovery.hpp +++ b/src/hpp/dds/pub/discovery.hpp @@ -40,8 +40,6 @@ namespace dds { namespace pub { * @param dp the <code>DomainParticipant</code> for which the remote * entity will be ignored * - * @param handle the <code>InstanceHandle</code> of the remote entity that - * has to be ignored */ template <typename FwdIterator> void ignore(const dds::domain::DomainParticipant& dp, FwdIterator begin, FwdIterator end); Resolution: Revised Text: Actions taken: April 9, 2013: received issue Discussion: End of Annotations:===== ogle-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding:x-gm-message-state; bh=7G+XmIStO9i490q5zG5MEuYs1w016pE3Qs/VGKnxvtc=; b=NmPJMODgiy9ai3mYFbvTw4t+tXSjZyk4Ew9iSqC9Zuy/L1rwGsPXA68WNLexqW3RAa 8AxC6YGXlYUCYgPn40IEnR8oFh4RuDbp8BawxiXqGbaLxu2ZFmcwCPLdnyyjx8prJh36 WDE06x3vxAYD7KNg0mkKGGdhnpNCEAhxdfSEMNT2AFBVn5ecK1HSLgaRmb319ti6978P AOHdapYujRn8WHqkw0mImSpJdv+MnXS/U0Tc46+P+DPTiiy9Jnx6sv8D2204yjLfdBYX dLi5QK/ygaY3wka5g4KGzz/b3MXS+bLOf5BY7NYOrPSUhsIEUdz5Mzyzj1M13KSrU9dm n5hg== X-Received: by 10.180.182.36 with SMTP id eb4mr987074wic.8.1365518016390; Tue, 09 Apr 2013 07:33:36 -0700 (PDT) Date: Tue, 09 Apr 2013 15:33:25 +0100 From: Simon McQueen User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130307 Thunderbird/17.0.4 To: issues@omg.org Subject: Documentation comments corrections to src/hpp/dds/pub/discovery.hpp X-Gm-Message-State: ALoCoQmLlnRNJr61Ai2+JjRIEFG4FFq6h4rS2svhIr8pVIyw9b3CuHZm9a53gUXw2k2xXvA2eZrl X-Virus-Scanned: amavisd-new at omg.org X-Brightmail-Tracker: AAAAAA== X-Brightmail-Tracker: AAAAAA== Name: Simon McQueen Employer: PrismTech Specification: DDS CXX PSM RTF FormalNumber: ptc/12-10-03 Nature: Revision _Issues_: Corrections to documentation comments required. _Suggested resolution_: diff --git a/src/hpp/dds/pub/discovery.hpp b/src/hpp/dds/pub/discovery.hpp index f50e179..5a8eb28 100644 --- a/src/hpp/dds/pub/discovery.hpp +++ b/src/hpp/dds/pub/discovery.hpp @@ -40,8 +40,6 @@ namespace dds { namespace pub { * @param dp the DomainParticipant for which the remote * entity will be ignored * - * @param handle the InstanceHandle of the remote entity that - * has to be ignored */ template void ignore(const dds::domain::DomainParticipant& dp, FwdIterator begin, FwdIterator end);