Sha256: 1239a5b78cfacec808d18a7d61ecfbccd29aea29571f728e054ef377283cd372
Contents?: true
Size: 561 Bytes
Versions: 1
Compression:
Stored size: 561 Bytes
Contents
#include "logging/RhoLog.h" #undef DEFAULT_LOGCATEGORY #define DEFAULT_LOGCATEGORY "Database" #include "DatabaseBase.h" #include "api_generator/js_helpers.h" #include "api_generator/JSONResultConvertor.h" #include "common/StringConverter.h" extern "C" void rho_os_impl_performOnUiThread(rho::common::IRhoRunnable* pTask); #ifdef OS_ANDROID #include <jni.h> extern "C" void* rho_nativethread_start(); JNIEnv* jnienv(); #endif //OS_ANDROID using namespace rho; using namespace rho::json; using namespace rho::common; using namespace rho::apiGenerator;
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tauplatform-1.0.1 | lib/commonAPI/coreapi/ext/shared/generated/cpp/Database_js_wrap.cpp |