19 #ifndef INCLUDE_RCF_ENUMS_HPP
20 #define INCLUDE_RCF_ENUMS_HPP
24 #include <RCF/Export.hpp>
56 enum TransportProtocol
78 enum SslImplementation
88 enum Win32CertificateLocation
98 enum Win32CertificateStore
107 Cs_CertificateAuthority,
126 enum CertificateImplementationType
133 enum RemoteCallSemantics
155 RCF_EXPORT std::string getTransportProtocolName(TransportProtocol protocol);
156 RCF_EXPORT std::string getTransportTypeName(TransportType protocol);
160 #endif // ! INCLUDE_RCF_ENUMS_HPP