Sha256: 58a18756969a32dd9c3a135807f044ec3513b01eb86a9d9a0a269932d2395063
Contents?: true
Size: 387 Bytes
Versions: 1
Compression:
Stored size: 387 Bytes
Contents
#include "common/app_build_capabilities.h" extern "C" void Init_JSAPI_NewORM(); #ifndef RHO_NO_RUBY_API extern "C" void Init_RubyAPI_NewORM(); extern "C" int rho_ruby_is_started(); #endif extern "C" void Init_NewORM_API() { #ifndef RHO_NO_RUBY_API if (rho_ruby_is_started()) { Init_RubyAPI_NewORM(); } #endif #ifndef RHO_NO_JS_API Init_JSAPI_NewORM(); #endif }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tauplatform-1.0.1 | lib/commonAPI/coreapi/ext/shared/generated/neworm_api_init.cpp |