Issue 18632: API correction required to src/hpp/dds/dds.hpp (dds-psm-cxx-rtf) Source: Micro Focus (Mr. Simon McQueen, simon.mcqueen(at)microfocus.com) Nature: Uncategorized Issue Severity: Summary: File has left over mistaken vendor include. Could probably do with a nice comment, whilst we're here. _Suggested resolution_: diff --git a/src/hpp/dds/dds.hpp b/src/hpp/dds/dds.hpp index 9de7249..b6bf026 100644 --- a/src/hpp/dds/dds.hpp +++ b/src/hpp/dds/dds.hpp @@ -1,6 +1,11 @@ #ifndef __OMG_DDS_DDS_HPP__ #define __OMG_DDS_DDS_HPP__ +/** + * @file + * This utility header includes the headers of all the DDS DCPS modules. + */ + #include <dds/core/ddscore.hpp> #include <dds/domain/ddsdomain.hpp> #include <dds/topic/ddstopic.hpp> @@ -9,7 +14,5 @@ #include <dds/pub/ddspub.hpp> #include <dds/core/QosProvider.hpp> -#include <org/opensplice/topic/TopicTraits.hpp> - #endif /* __OMG_DDS_DDS_HPP__ */ 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=ejom7CgX63F7f5kiQB2HHnE8x2mpuoKlWwPuhMyv+Sc=; b=hpl3FqfLWphUl94zoPtyJEgPZh1//DB2ojlM2g9ELKPY6y71F5vZMQweSr6NSGgQt0 6X7GGsW7XkVZ/TEu9mXPSYehpgmoOxbMxCurZILplnu46NTxiG46ayP+xTcKUmAAcK+m 1lD9+whui8YQ6sUf8/2d66v3sTrkNAILvrlyAhzU0pmkaM3lxF1U+jbKooXMXKr7s5lU g59GqG7PBh638HeUiDGAhylHkfs1bMKMwKN68YSUVZ+44YXe1W2uHopT5cxicv+arvdF ZMNCNjjPO5q6hfPRd2AY2FzTsRaQ6dulVtwx7uslBFO7Q/aTnACsCSILDe/9qglx+C1X Al1A== X-Received: by 10.194.82.34 with SMTP id f2mr38745887wjy.25.1365514245474; Tue, 09 Apr 2013 06:30:45 -0700 (PDT) Date: Tue, 09 Apr 2013 14:30:34 +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/dds.hpp X-Gm-Message-State: ALoCoQlCvbwzG+vIx1OgAFztT7TGbvIFT0/SamExvZzYfPwcDL97L9z/VflPTwNdKN2sJ7N5HktR 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_: File has left over mistaken vendor include. Could probably do with a nice comment, whilst we're here. _Suggested resolution_: diff --git a/src/hpp/dds/dds.hpp b/src/hpp/dds/dds.hpp index 9de7249..b6bf026 100644 --- a/src/hpp/dds/dds.hpp +++ b/src/hpp/dds/dds.hpp @@ -1,6 +1,11 @@ #ifndef __OMG_DDS_DDS_HPP__ #define __OMG_DDS_DDS_HPP__ +/** + * @file + * This utility header includes the headers of all the DDS DCPS modules. + */ + #include #include #include @@ -9,7 +14,5 @@ #include #include -#include - #endif /* __OMG_DDS_DDS_HPP__ */