Sha256: f3b0e9003defe2517eb985540d15e90635647b4f8fdd4939f8dfeff782effe86
Contents?: true
Size: 374 Bytes
Versions: 28
Compression:
Stored size: 374 Bytes
Contents
#include "RhoClassfactory.h" #include "sync/SyncThread.h" #include "sync/ClientRegister.h" static rho::common::CRhoClassFactory g_oRhoClassFactory; rho::common::IRhoClassFactory* rho_get_RhoClassFactory() { return &g_oRhoClassFactory; } extern "C" { void rho_clientregister_create(const char* szDevicePin) { rho::sync::CClientRegister::Create(szDevicePin); } };
Version data entries
28 entries across 28 versions & 1 rubygems