20 #ifndef INCLUDE_RCF_VERSION_HPP 21 #define INCLUDE_RCF_VERSION_HPP 23 #include <RCF/BuildVersion.hpp> 24 #include <RCF/Export.hpp> 107 #endif // ! INCLUDE_RCF_VERSION_HPP RCF_EXPORT std::uint32_t getArchiveVersion()
Gets the RCF archive version number.
RCF_EXPORT void setArchiveVersion(std::uint32_t version)
Sets the RCF archive version number. Applies to all RCF clients and servers within the current proces...
RCF_EXPORT std::uint32_t getRuntimeVersion()
Gets the RCF runtime version number.
Definition: AmiIoHandler.hpp:23
RCF_EXPORT std::uint32_t getMaxSupportedRuntimeVersion()
Gets the maximum RCF runtime version number this RCF build supports.
RCF_EXPORT void setRuntimeVersion(std::uint32_t version)
Sets the RCF runtime version number. Applies to all RCF clients and servers within the current proces...