Issue 18647: API correction required to src/hpp/dds/sub/SharedSamples.hpp (dds-psm-cxx-rtf) Source: Micro Focus (Mr. Simon McQueen, simon.mcqueen(at)microfocus.com) Nature: Uncategorized Issue Severity: Summary: Compilation fixes required to code. _Suggested resolution_: diff --git a/src/hpp/dds/sub/SharedSamples.hpp b/src/hpp/dds/sub/SharedSamples.hpp index c48271a..8c517c8 100644 --- a/src/hpp/dds/sub/SharedSamples.hpp +++ b/src/hpp/dds/sub/SharedSamples.hpp @@ -30,7 +30,7 @@ public: typedef typename DELEGATE<T>::iterator iterator; typedef typename DELEGATE<T>::const_iterator const_iterator; - + typedef typename dds::core::smart_ptr_traits< DELEGATE<T> >::ref_type DELEGATE_REF_T; public: /** @@ -44,7 +44,7 @@ public: * @param ls the loaned samples. * */ - SharedSamples(LoanedSamples ls); + SharedSamples(dds::sub::LoanedSamples<T> ls); ~SharedSamples(); 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=/qlA7EzuGMC817fXiPnaNjeGz+FT24WUs0YnKzLEB+8=; b=fpUYVLIiZkJzyusKtCNrK978hy+NVF/4V36UcScdcD6atyd1eBlzE2gJGiOJh0pERu MQsUb91j7nrzNwGHz+J0Lr3fcOruNbM9uLogAyhdHxWxltkGyF7A1jJ2eBBUPbJmWJ8k oow9u3rvjLD7ainBkB6GrcGIHK+zR6mEWa1LITPxMNV57jhdjmJ8mICH1wo7p3AA+D2c NM5j+Ic96jhgkjcHbO6QgexDg/5P8tkLiq0FWrGmz//GVoPUY5TJdZxRSQEOb/fs8DGm aCLfbRzcOePOwhY/aJFG89XWXo7ZHHdD1OuEim8MdmBJPh/4nW+gEKH4WRwQYpr08/oX 3XTA== X-Received: by 10.195.12.133 with SMTP id eq5mr39366298wjd.52.1365521151273; Tue, 09 Apr 2013 08:25:51 -0700 (PDT) Date: Tue, 09 Apr 2013 16:25:40 +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/sub/SharedSamples.hpp X-Gm-Message-State: ALoCoQn9e7ER+F4lk91jSk1w0EAcDe3Mf6Eh3cvppDLdtzib5QapVcb4quWlrx0oQXjITpekFVOt 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_: Compilation fixes required to code. _Suggested resolution_: diff --git a/src/hpp/dds/sub/SharedSamples.hpp b/src/hpp/dds/sub/SharedSamples.hpp index c48271a..8c517c8 100644 --- a/src/hpp/dds/sub/SharedSamples.hpp +++ b/src/hpp/dds/sub/SharedSamples.hpp @@ -30,7 +30,7 @@ public: typedef typename DELEGATE::iterator iterator; typedef typename DELEGATE::const_iterator const_iterator; - + typedef typename dds::core::smart_ptr_traits< DELEGATE >::ref_type DELEGATE_REF_T; public: /** @@ -44,7 +44,7 @@ public: * @param ls the loaned samples. * */ - SharedSamples(LoanedSamples ls); + SharedSamples(dds::sub::LoanedSamples ls); ~SharedSamples();