Issue 18620: API correction required to src/hpp/dds/core/cond/detail/GuardCondition.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_: Code incorrect. _Suggested resolution_: diff --git a/src/hpp/dds/core/cond/detail/GuardCondition.hpp b/src/hpp/dds/core/cond/detail/GuardCondition.hpp index a9143fa..fdc8b98 100644 --- a/src/hpp/dds/core/cond/detail/GuardCondition.hpp +++ b/src/hpp/dds/core/cond/detail/GuardCondition.hpp @@ -20,13 +20,13 @@ */ #include <dds/core/cond/TGuardCondition.hpp> -#include <foo/bar/core/cond/GuardConditionImpl.hpp> +#include <foo/bar/core/cond/GuardCondition.hpp> namespace dds { namespace core { namespace cond { namespace detail { - typedef dds::core::cond::TGuardCondition<foo::bar::core::cond::GuardConditionl> GuardCondition; + typedef dds::core::cond::TGuardCondition<foo::bar::core::cond::GuardCondition> GuardCondition; } } } 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=HlKml7sKCbBPLRAZfssUy6zQKASp5Wwc78UuTZnwF9g=; b=GzKuLoMlk99y7PEe7musmUJAF0cybK7CK9nUiCcDL+YtiOSn+e0LkvHcMCz+x06nr+ uix8ljpB0/BG6/C4jW2Pr6nF6Jkce5+mjYky3Gy5qJ+2XgfEjq1tL6w3Gogo57/NBmD+ PkqNqBq1LpEvbUOhZTdBK0v4BqcFS0FAPu8ilcjtmeFgoOuS5AD7i92hq2PQBD3K4Axx jEzJTB67upu8BlIP7d7PRO5oRHE1+MP2szqnphwuvedeCN9Wt51odqQP2oTN9FBZnhxZ ouppU1n0fN4p1ObZGk75T45jZjfEvQAb/HraFdEb3jkOrOgm+vw7OjVWQN+jKSCVgpnV njGA== X-Received: by 10.180.108.106 with SMTP id hj10mr11075703wib.0.1365008020470; Wed, 03 Apr 2013 09:53:40 -0700 (PDT) Date: Wed, 03 Apr 2013 17:53:33 +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/GuardCondition.hpp X-Gm-Message-State: ALoCoQkjLB60U75hzzaXGLt/44UwY32hcsmTm6ZYYBNnGeJmVW+PNc9BNx3lmrER2kAa6jH4459A 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_: Code incorrect. _Suggested resolution_: diff --git a/src/hpp/dds/core/cond/detail/GuardCondition.hpp b/src/hpp/dds/core/cond/detail/GuardCondition.hpp index a9143fa..fdc8b98 100644 --- a/src/hpp/dds/core/cond/detail/GuardCondition.hpp +++ b/src/hpp/dds/core/cond/detail/GuardCondition.hpp @@ -20,13 +20,13 @@ */ #include -#include +#include namespace dds { namespace core { namespace cond { namespace detail { - typedef dds::core::cond::TGuardCondition GuardCondition; + typedef dds::core::cond::TGuardCondition GuardCondition; } } }