19 #ifndef INCLUDE_RCF_ENUMS_HPP
20 #define INCLUDE_RCF_ENUMS_HPP
22 #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
147 RCF_EXPORT std::string getTransportProtocolName(TransportProtocol protocol);
148 RCF_EXPORT std::string getTransportTypeName(TransportType protocol);
152 #endif // ! INCLUDE_RCF_ENUMS_HPP