Issue 18626: API correction required to src/hpp/dds/core/detail/conformance.hpp (dds-psm-cxx-rtf) Source: Micro Focus (Mr. Simon McQueen, simon.mcqueen(at)microfocus.com) Nature: Uncategorized Issue Severity: Summary: Example vendor file is missing a conformance point macro used elsewhere in the API. _Suggested resolution_: diff --git a/src/hpp/dds/core/detail/conformance.hpp b/src/hpp/dds/core/detail/conformance.hpp index f8b5f9b..bb8e974 100644 --- a/src/hpp/dds/core/detail/conformance.hpp +++ b/src/hpp/dds/core/detail/conformance.hpp @@ -22,6 +22,7 @@ #define OMG_DDS_OBJECT_MODEL_SUPPORT FULL #define OMG_DDS_EXTENSIBLE_AND_DYNAMIC_TOPIC_TYPE_SUPPORT FULL #define OMG_DDS_X_TYPES_DYNANIC_TYPE_SUPPORT FULL +#define OMG_DDS_X_TYPES_BUILTIN_TOPIC_TYPES_SUPPORT FULL #define OMG_DDS_HAS_PRETTY_PRINT_COUT 1 #endif /* OMG_DDS_CORE_DETAIL_CONFORMANCE_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=cuDeFYGiu0cRdUjhjeXhkNYOT6sYtKj3ndtcTfEwdLo=; b=kLassIclKkAzoBNH/uSSbEumMd5W8itEPmJGzWWwZRp636154BCmANBJSFUshAKlUc 90M5s3gDiui9HE65hDtpWsqCxHjRSmJT16LqiMv7Xw+NZJrlcCZbnm+5NVdLWB02TP7v bClEwloe4XBMTugtArghkqoeLbbRt38UkoMMHjd42e+DV0q27mNz4gL1REWo08+37Y/H oc0pVQ/DmaWUoeqP4STK/c2BHN9Oo8w3WWwqv1zAHdK6UdSqIBJtqNxdFPuIgBo8nZfZ 9A8i0nlZTi6hNWZUzwUAOpB/Tuw6DldMSSYBwuxUw4xqBlSfElpfewYl10vLBQTcAhSk 3i5Q== X-Received: by 10.180.149.227 with SMTP id ud3mr24694670wib.0.1365512702692; Tue, 09 Apr 2013 06:05:02 -0700 (PDT) Date: Tue, 09 Apr 2013 14:04:51 +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/detail/conformance.hpp X-Gm-Message-State: ALoCoQndjVGAf9qr9g+853b+lqbCgg/91beRxxvuj6gxn6rEFIvfva5GpFZJbdavPlcCHvxDIRP3 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 file is missing a conformance point macro used elsewhere in the API. _Suggested resolution_: diff --git a/src/hpp/dds/core/detail/conformance.hpp b/src/hpp/dds/core/detail/conformance.hpp index f8b5f9b..bb8e974 100644 --- a/src/hpp/dds/core/detail/conformance.hpp +++ b/src/hpp/dds/core/detail/conformance.hpp @@ -22,6 +22,7 @@ #define OMG_DDS_OBJECT_MODEL_SUPPORT FULL #define OMG_DDS_EXTENSIBLE_AND_DYNAMIC_TOPIC_TYPE_SUPPORT FULL #define OMG_DDS_X_TYPES_DYNANIC_TYPE_SUPPORT FULL +#define OMG_DDS_X_TYPES_BUILTIN_TOPIC_TYPES_SUPPORT FULL #define OMG_DDS_HAS_PRETTY_PRINT_COUT 1 #endif /* OMG_DDS_CORE_DETAIL_CONFORMANCE_HPP_ */