Sha256: 2a58a21a7b2fdbceeab26d866a2e91a9c5c9e9b18f815add3c1d7b623a184a33
Contents?: true
Size: 632 Bytes
Versions: 28
Compression:
Stored size: 632 Bytes
Contents
#ifndef RHO_CLASS_FACTORY_b15393f788404746b0b59f04829e14ea #define RHO_CLASS_FACTORY_b15393f788404746b0b59f04829e14ea #include <common/IRhoClassFactory.h> #include <net/INetRequest.h> #include <net/ssl.h> #include <common/IRhoThreadImpl.h> #include <common/IRhoCrypt.h> namespace rho { namespace common { class CRhoClassFactory : public IRhoClassFactory { public: net::INetRequestImpl* createNetRequestImpl(); IRhoThreadImpl *createThreadImpl(); net::ISSL *createSSLEngine(); IRhoCrypt* createRhoCrypt(); }; } // namespace common } // namespace rho #endif // RHO_CLASS_FACTORY_b15393f788404746b0b59f04829e14ea
Version data entries
28 entries across 28 versions & 1 rubygems