Support Request #17332
closedWrong using directive for cDDLHeader
Description
Supportanfrage
Workaround:
C:\dev\swb-mod-filtersystemcheckwatchdog\src>git diff
diff --git a/src/FilterSystemCheckWatchdog.cpp b/src/FilterSystemCheckWatchdog.cpp
index 068a111..5245f72 100644
--- a/src/FilterSystemCheckWatchdog.cpp
+++ b/src/FilterSystemCheckWatchdog.cpp@ -317,7 +317,11
@ tResult systemcheckwatchdog::AddItem(ddl::cDDLDescription* pDesc, ddl::cDDLCompl
tResult systemcheckwatchdog::CalcOutputStructDefinition(const tChar* strIdentifier, adtf::base::IString&& strDefinition, tSize& szSample)
{
#if (ADTF_VERSION < 0x030E) // < ADTF 3.14^M
ddl::cDDLHeader* pHeader = new ddl::cDDLHeader();
#else^M
+ adtf_ddl::cDDLHeader* pHeader = new adtf_ddl::cDDLHeader();^M
+#endif^M
pHeader->SetAuthor("Conan");
pHeader->SetDescription("Conan Generated");
pHeader->SetLanguageVersion(4.00);
Lösung
Bug Ticket:- [ACORE-11511] - Wrong using directive for cDDLHeader
Files
Updated by hidden 11 months ago
- Project changed from 30 to Public Support
- Subject changed from Wrong namespace assignment in ADTF 3.14.1 to Wrong using directive for cDDLHeader
- Description updated (diff)
- Status changed from In Progress to To Be Closed
- Private changed from Yes to No
- Support Level changed from 2nd Level to 3rd Level
- Resolution set to Product Issue Opened
- Affected Products ADTF 3.14.0 added
- [ACORE-11511] - Wrong using directive for cDDLHeader
Updated by hidden about 2 months ago
- Status changed from To Be Closed to Closed