eclipse-cyclonedds / cyclonedds-cxx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OMG_DDS_X_TYPES_DYNANIC_TYPE_SUPPORT vs OMG_DDS_X_TYPE_DYNAMIC_TYPES_SUPPORT

JoshDavisChem opened this issue · comments

I found the definition guard OMG_DDS_X_TYPE_DYNAMIC_TYPES_SUPPORT
in src/ddscxx/include/dds/topic/TTopic.hpp

While,
I found the definition guard OMG_DDS_X_TYPES_DYNANIC_TYPE_SUPPORT
in src/ddscxx/include/dds/core/xtypes/TDynamicData.hpp and
in src/ddscxx/include/dds/core/xtypes/TypeKind.hpp

There is a slight spelling difference between the two and "Dynanic" is spelled wrong in the one definition. Are these supposed to be the same definition guard?