Issue 18639: API correction required to src/hpp/dds/pub/TSuspendedPublication.hpp (dds-psm-cxx-rtf) Source: Micro Focus (Mr. Simon McQueen, simon.mcqueen(at)microfocus.com) Nature: Uncategorized Issue Severity: Summary: Destructor declaration incorrect. _Suggested resolution_: diff --git a/src/hpp/dds/pub/TSuspendedPublication.hpp b/src/hpp/dds/pub/TSuspendedPublication.hpp index fcd096b..ac4ea26 100644 --- a/src/hpp/dds/pub/TSuspendedPublication.hpp +++ b/src/hpp/dds/pub/TSuspendedPublication.hpp @@ -72,7 +72,7 @@ public: * suspend_publications. Otherwise the operation will return the * error PRECONDITION_NOT_MET. */ - ~SuspendedPublication(); // resumes publications implicitly + ~TSuspendedPublication(); // resumes publications implicitly }; 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=dTjq4+fTnl467aw+koVeySu0lP5PVqJ7uLZ2EnwvDuQ=; b=giS+5XKhV/fdLnp8X/MtwogWm5R7AQaA4KWGDm63c6TQGiVYx+2QITnjJKUsNYUuGI 2MRzrS+8jKTmrRbsUFBaIbJH7479OUjMQ/Apvu/P2Ll04TkBTJ2HztszGk2iziRMH3/8 +BD8zJMYuhqVN6eVB7+VJNKcVhd7nj6qfQa0HSjI4/+ZrYKzFKUwiZhPKvx/109MJoAz NRGRvjYCliXVXUu1MuimuV8MgkNE+ch9z6mE9lDYVabR0ZeX74flv12oFZNe+5izuJ5S z2KSq6fohzALhrEzdvk9LDFbqNK5wLJQPlgcVDIKZMoijOZDhRbMPJFKjDb8eAUbwxOJ azaQ== X-Received: by 10.194.77.110 with SMTP id r14mr39239484wjw.2.1365517935784; Tue, 09 Apr 2013 07:32:15 -0700 (PDT) Date: Tue, 09 Apr 2013 15:32:05 +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/pub/TSuspendedPublication.hpp X-Gm-Message-State: ALoCoQk7+gX6wj4tx+2qnLdVgduu2ng+OJzDHcAYPjCbvLyG+5y59rEryM0Tx+XBOe0MGt2AQ22J 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_: Destructor declaration incorrect. _Suggested resolution_: diff --git a/src/hpp/dds/pub/TSuspendedPublication.hpp b/src/hpp/dds/pub/TSuspendedPublication.hpp index fcd096b..ac4ea26 100644 --- a/src/hpp/dds/pub/TSuspendedPublication.hpp +++ b/src/hpp/dds/pub/TSuspendedPublication.hpp @@ -72,7 +72,7 @@ public: * suspend_publications. Otherwise the operation will return the * error PRECONDITION_NOT_MET. */ - ~SuspendedPublication(); // resumes publications implicitly + ~TSuspendedPublication(); // resumes publications implicitly };