Hi all.
I am using the Modern C++ API to integrate RTI Connext DDS with other (commercial) C++ software packages.
In my source code, I do:
#include <rti/rti.hpp>
as the only include referencing RTI Connext DDS.
In another SW package of which I do not own the code (being a C++ code scraper that generates garbage collection code from analyzing C++ code statically) there is:
enum AccessControl {
None, Private, Protected, Public, Package
};
After including file rti/rti.hpp the following is remaining: