Issue 18634: API correction required to src/hpp/dds/domain/TDomainParticipant.hpp (dds-psm-cxx-rtf) Source: Micro Focus (Mr. Simon McQueen, simon.mcqueen(at)microfocus.com) Nature: Uncategorized Issue Severity: Summary: Vestigial implementation code needs removing to fix compilation. Correct comments. _Suggested resolution_: diff --git a/src/hpp/dds/domain/TDomainParticipant.hpp b/src/hpp/dds/domain/TDomainParticipant.hpp index ce51ea9..3bf7bb0 100644 --- a/src/hpp/dds/domain/TDomainParticipant.hpp +++ b/src/hpp/dds/domain/TDomainParticipant.hpp @@ -75,8 +75,7 @@ public: * <code>DomainParticipant</code>. * */ - TDomainParticipant(uint32_t did) - : ::dds::core::TEntity<DELEGATE>(new DELEGATE(did)); + TDomainParticipant(uint32_t id); /** * Create a new <code>DomainParticipant</code> object. @@ -103,11 +102,11 @@ public: public: /** - * Register a listener with the <core>DomainParticipant</code>. + * Register a listener with the <code>DomainParticipant</code>. * The notifications received by the listener depend on the * status mask with which it was registered. * - * @param listener the listener + * @param the_listener the listener * @param event_mask the mask defining the events for which the listener * will be notified. */ 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=OGp7WgRZ3Rcx/M4jMVlkiUFOPszSX4paDeZO3a/9EvY=; b=oPyi1ZRtfg2C63FVUmZujseMWVCCTfp3TDp3E2YbiTp8Xej6j82PTktmcCdsIoe8FA K6Z4SY5q+57x9u/Q1f0QBlY0vAR6q/DhdZ++ZiigWwdeOHxRVgD7C6sxsCz5PAbJ0/BG QJVcFWhK2A8e8RhlTRIsrsWcg9nor62qKbX6I7Bx7kuYBKe6JMSZ6mn7Gkpg572695MT TLzlVh60jbpFej48P+JeBG9Z6KjM/ETjmWiUqb0nHeZuXuENKteLhMGhoO6M/59GyUrF OxVEc4t4CRMBEi5a14i8YKhI7FOqaCYc9bGB9dsBIZHxqdk0V5yonKxN744StjM0SroB P8rg== X-Received: by 10.194.173.167 with SMTP id bl7mr3793637wjc.50.1365514526199; Tue, 09 Apr 2013 06:35:26 -0700 (PDT) Date: Tue, 09 Apr 2013 14:35:15 +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: API correction required to src/hpp/dds/domain/TDomainParticipant.hpp X-Gm-Message-State: ALoCoQkSSXLNn3AVgkCFXAcTBPdf5KcWGIzha+0CqbFoqVxmiNrKQCgNWNABz0vCdnTRDTFV4b+R 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_: Vestigial implementation code needs removing to fix compilation. Correct comments. _Suggested resolution_: diff --git a/src/hpp/dds/domain/TDomainParticipant.hpp b/src/hpp/dds/domain/TDomainParticipant.hpp index ce51ea9..3bf7bb0 100644 --- a/src/hpp/dds/domain/TDomainParticipant.hpp +++ b/src/hpp/dds/domain/TDomainParticipant.hpp @@ -75,8 +75,7 @@ public: * DomainParticipant. * */ - TDomainParticipant(uint32_t did) - : ::dds::core::TEntity(new DELEGATE(did)); + TDomainParticipant(uint32_t id); /** * Create a new DomainParticipant object. @@ -103,11 +102,11 @@ public: public: /** - * Register a listener with the DomainParticipant. + * Register a listener with the DomainParticipant. * The notifications received by the listener depend on the * status mask with which it was registered. * - * @param listener the listener + * @param the_listener the listener * @param event_mask the mask defining the events for which the listener * will be notified. */