Issue 18625: Example vendor code is incorrect (dds-psm-cxx-rtf) Source: Micro Focus (Mr. Simon McQueen, simon.mcqueen(at)microfocus.com) Nature: Revision Severity: Summary: _Suggested resolution_: diff --git a/src/hpp/dds/core/cond/detail/StatusCondition.hpp b/src/hpp/dds/core/cond/detail/StatusCondition.hpp index 400c6c8..06f0198 100644 --- a/src/hpp/dds/core/cond/detail/StatusCondition.hpp +++ b/src/hpp/dds/core/cond/detail/StatusCondition.hpp @@ -27,7 +27,7 @@ namespace dds { namespace core { namespace cond { namespace detail { - typedef dds::core::cond::StatusCondition<foo::bar::core::cond::StatusCondition> StatusCondition; + typedef dds::core::cond::TStatusCondition<foo::bar::core::cond::StatusCondition> StatusCondition; } } } 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=94sdLKcDmLSg5flA5lp2O2UbvnMc9CBNwEPK7hXv91U=; b=LCOqnVN8gVxVWqjLm5p4NPkTLNJlOGj/zaKbiR79JGBa4UyiMnDvyUvqTuyBzRuj5D yWP9KjG1PgQ7KqBo+tcbe2Lz8fPKGQFsbON2SG/xkQnd9kQaI3xVv40hCpDNh+p3e1LM +5N/CUfNuD37Jm8w05rkQdNed+UDRzlV/wPVAeIbAblJ8ZNqT+jOVgJ5nb3c48cu77il r9c0yxOrh/t/EiW6depiw2klYz7TltEWt+LI9P1NH5sLlLZ74VttWwMke2AnGrzt0eb/ 6IBf8ErZwC63cEMkQGo+D/IIeB1KmQuKqb+JmlEkPz9RiYqwJl0Ybn532bdAEXqTkgse 8sYg== X-Received: by 10.194.123.168 with SMTP id mb8mr37950249wjb.24.1365511915725; Tue, 09 Apr 2013 05:51:55 -0700 (PDT) Date: Tue, 09 Apr 2013 13:51:43 +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/core/cond/detail/StatusCondition.hpp X-Gm-Message-State: ALoCoQnStIl0mkSe/t9pd0eJKITl4vAKUpcMPJSnRuKCH8S4thpgIQPssxwwzJI74HagO/FOg7jv 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_: Example vendor code is incorrect. _Suggested resolution_: diff --git a/src/hpp/dds/core/cond/detail/StatusCondition.hpp b/src/hpp/dds/core/cond/detail/StatusCondition.hpp index 400c6c8..06f0198 100644 --- a/src/hpp/dds/core/cond/detail/StatusCondition.hpp +++ b/src/hpp/dds/core/cond/detail/StatusCondition.hpp @@ -27,7 +27,7 @@ namespace dds { namespace core { namespace cond { namespace detail { - typedef dds::core::cond::StatusCondition StatusCondition; + typedef dds::core::cond::TStatusCondition StatusCondition; } } }