Sha256: d3ce52b74eb8d76374adfee30aeefa885b58d115d074589078ea6efdb475a02d
Contents?: true
Size: 463 Bytes
Versions: 1
Compression:
Stored size: 463 Bytes
Contents
#pragma once #include "../../../../shared/generated/cpp/SystemBase.h" #include "SystemRuntime.h" namespace rho { class CSystemFactory: public CSystemFactoryBase { private: static rhoruntime::ISystemFactoryImpl^ _impl; public: static void setImpl(rhoruntime::ISystemFactoryImpl^ impl) { _impl = impl; } ~CSystemFactory(){} virtual ISystemSingleton* createModuleSingleton(); virtual ISystem* createModuleByID(const rho::String& strID); }; }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tauplatform-1.0.1 | lib/commonAPI/coreapi/ext/platform/wp8/generated/lib/SystemFactory.h |