Sha256: 71d28061f9d99a368b5da2efc7e145140b002638064962daff1501b191c3abd5
Contents?: true
Size: 547 Bytes
Versions: 1
Compression:
Stored size: 547 Bytes
Contents
#include "common/RhodesApp.h" #include "api_generator/wp8/MethodResultImpl.h" #include "../../../../shared/generated/cpp/NewORMBase.h" #include "NewORMRuntime.h" #include "../../wp8/rhoruntime/common/RhoConvertWP8.h" namespace rho { class CNewORMImpl: public CNewORMBase { private: rhoruntime::INewORMImpl^ _runtime; public: CNewORMImpl(const rho::String& strID, rhoruntime::INewORMImpl^ runtime): CNewORMBase(), _runtime(runtime) { _runtime->setNativeImpl(rho::common::convertStringToWP8(strID), (int64)this); } }; }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tauplatform-1.0.1 | lib/commonAPI/coreapi/ext/platform/wp8/generated/lib/NewORM_impl.h |