Issue 18636: API correction required to src/hpp/dds/domain/qos/detail/DomainParticipantQos.hpp (dds-psm-cxx-rtf) Source: Micro Focus (Mr. Simon McQueen, simon.mcqueen(at)microfocus.com) Nature: Uncategorized Issue Severity: Summary: Example vendor code is incorrect. _Suggested resolution_: diff --git a/src/hpp/dds/domain/qos/detail/DomainParticipantQos.hpp b/src/hpp/dds/domain/qos/detail/DomainParticipantQos.hpp index 9007702..c57454d 100644 --- a/src/hpp/dds/domain/qos/detail/DomainParticipantQos.hpp +++ b/src/hpp/dds/domain/qos/detail/DomainParticipantQos.hpp @@ -28,7 +28,7 @@ namespace dds { namespace domain { namespace qos { namespace detail { - typedef ::dds::core::qos::TEntityQos< foo::bar::domain::qos::DomainParticipantQos > + typedef ::dds::core::TEntityQos< foo::bar::domain::qos::DomainParticipantQos > DomainParticipantQos; } } 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=XrZkVqbdrZnIGz87pFtJ5P8QKocvou4bTYXwNC0rGXs=; b=lKPLdTEIlu7sZi8CeZCx4fCIJzcZjd5j4ouW/KnRHxMzbihtk3CshEMDqxTffRc4P1 73huaL/YCx3tiHmsSe8GS6Mi9B98o6M97oqs4Z1teewQXbt9+RyoKkVymrqLWzjr7pAt xZ7L+QXFarPGvakKmacCBi9XFZFeWkzTj0Kb6KkHPLGft9AqXBrs1huOJcshCN1p8SLY 49b0Cz+mB0X262/Cg3jhhHkRPCXNKtTZ6x26lp1YTWyGjzhcLFVswTnTwVhUlDjfT8NS IFFWwmKDNnXdXgLx8sznjHl0sqBUxZTtt36IDgaS18Ue4rOQv3JqBh/xY9IEAJd2GS+v voUw== X-Received: by 10.180.183.197 with SMTP id eo5mr19924313wic.28.1365514758224; Tue, 09 Apr 2013 06:39:18 -0700 (PDT) Date: Tue, 09 Apr 2013 14:39:07 +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/qos/detail/DomainParticipantQos.hpp X-Gm-Message-State: ALoCoQkR2t/R7VB7dJknfoFfKkh4MH6g3gwKY3MHUtapPV9uqut0ot3yWOaia+TKVqMVdz2I6lWw X-Virus-Scanned: amavisd-new at omg.org X-Brightmail-Tracker: AAAAAR15SuM= X-Brightmail-Tracker: AAAAAA== Name: Simon McQueen Employer: PrismTech Specification: DDS CXX PSM RTF FormalNumber: ptc/12-10-03 Nature: Revision _Issues_: Example vendor code is incorrect. _Suggested resolution_: diff --git a/src/hpp/dds/domain/qos/detail/DomainParticipantQos.hpp b/src/hpp/dds/domain/qos/detail/DomainParticipantQos.hpp index 9007702..c57454d 100644 --- a/src/hpp/dds/domain/qos/detail/DomainParticipantQos.hpp +++ b/src/hpp/dds/domain/qos/detail/DomainParticipantQos.hpp @@ -28,7 +28,7 @@ namespace dds { namespace domain { namespace qos { namespace detail { - typedef ::dds::core::qos::TEntityQos< foo::bar::domain::qos::DomainParticipantQos > + typedef ::dds::core::TEntityQos< foo::bar::domain::qos::DomainParticipantQos > DomainParticipantQos; } }