-
Fix symbol visibility for exception classes
Exception
changed to be a base class without inheriting fromstd::exception
. Exception classes are exported.
-
Support of Extended CDR Representation: encoding versions 1 and 2.
Introduced API break with previous versions. Mainly
CdrType
enumeration, used in the constructor ofCdr,
was renamed toCdrVersion
. AndDDSCdrPlFlag
enumeration was also renamed toEncodingAlgorithmFlag
.