Issue 18618: API correction required to src/hpp/dds/core/cond/StatusCondition.hpp (dds-psm-cxx-rtf) Source: Micro Focus (Mr. Simon McQueen, simon.mcqueen(at)microfocus.com) Nature: Revision Severity: Summary: Name: Simon McQueen Employer: PrismTech Specification: DDS CXX PSM RTF FormalNumber: ptc/12-10-03 Nature: Revision _Issues_: Does not compile. _Suggested resolution_: diff --git a/src/hpp/dds/core/cond/StatusCondition.hpp b/src/hpp/dds/core/cond/StatusCondition.hpp index 4e33b3d..e500e39 100644 --- a/src/hpp/dds/core/cond/StatusCondition.hpp +++ b/src/hpp/dds/core/cond/StatusCondition.hpp @@ -22,7 +22,7 @@ #include <dds/core/cond/TStatusCondition.hpp> namespace dds { namespace core { namespace cond { - typedef TStatusCondition<detail::StatusCondition> StatusCondition; + typedef detail::StatusCondition StatusCondition; } } } #endif /* OMG_DDS_CORE_STATUSCONDITION_HPP_ */ Resolution: Revised Text: Actions taken: April 3, 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=tMx1qj9pzaXYl/vTws+0wLB7NHYqm3u+YMXATaMpL3s=; b=P3rXX7oGcWnvk3lzHDoMZAhZCNFGNqI78KfdorwfnC3GnLO/mbo9KG6UNgOK4Y7NZi kqrT4w3b+qOuwYvDuoGPGLiMWXwZEYcGlx5q4IKrWxed/KFd1uAkXG3E5gt0rhklAepd YgQal6HuMZu1xRXbg2r8eIojAYr1BSnk6/szOYKr5xoHEvdFKqUsMVu9WUnCIB/8Xh70 bYhWtNMMPozgStNc8MP/pkBTXllhSU8yu1UExxiw1wicboz26mKkAPq6jQjXNL35lf6r OfTudgwAx07I8Wd9oV1V1wEt79G005dbj/11P4GVQBn6nBiH8J6yH+ouF+cdIdxfBFSL biqw== X-Received: by 10.180.74.67 with SMTP id r3mr23737719wiv.14.1365007805128; Wed, 03 Apr 2013 09:50:05 -0700 (PDT) Date: Wed, 03 Apr 2013 17:49:58 +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/StatusCondition.hpp X-Gm-Message-State: ALoCoQmEeXSucbYNRHCywRP7sAdx0fz/swqv7b290W0cO/gNPhq4hO1ezFMTIG+XbdgIlM7nDpzE 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_: Does not compile. _Suggested resolution_: diff --git a/src/hpp/dds/core/cond/StatusCondition.hpp b/src/hpp/dds/core/cond/StatusCondition.hpp index 4e33b3d..e500e39 100644 --- a/src/hpp/dds/core/cond/StatusCondition.hpp +++ b/src/hpp/dds/core/cond/StatusCondition.hpp @@ -22,7 +22,7 @@ #include namespace dds { namespace core { namespace cond { - typedef TStatusCondition StatusCondition; + typedef detail::StatusCondition StatusCondition; } } } #endif /* OMG_DDS_CORE_STATUSCONDITION_HPP_ */