Sha256: 4948845d7f4f99224be05a1f6869ab4341ba17642358f120205058f291445687
Contents?: true
Size: 463 Bytes
Versions: 17
Compression:
Stored size: 463 Bytes
Contents
#include "generated/cpp/ApplicationBase.h" namespace rho { using namespace rho::apiGenerator; struct Application { static IApplicationSingleton* getApplicationObj(){ return CApplicationFactoryBase::getApplicationSingletonS(); } static rho::String databaseFilePath(const rho::String& partitionName){ rho::apiGenerator::CMethodResult oResult(true); getApplicationObj()->databaseFilePath(partitionName, oResult); return oResult.getString(); } }; }
Version data entries
17 entries across 17 versions & 2 rubygems