Sha256: 17f5fe5869d9dc06b75cd7f09b30c8eb91286556620fbb979667f5306bae0314

Contents?: true

Size: 472 Bytes

Versions: 1

Compression:

Stored size: 472 Bytes

Contents

#pragma once

#include "../../../../shared/generated/cpp/RhoFileBase.h"
#include "RhoFileRuntime.h"


namespace rho {
class CRhoFileFactory: public CRhoFileFactoryBase
{
private:
    static rhoruntime::IRhoFileFactoryImpl^ _impl;
public:
    static void setImpl(rhoruntime::IRhoFileFactoryImpl^ impl) { _impl = impl; }
    ~CRhoFileFactory(){}
    virtual IRhoFileSingleton* createModuleSingleton();
    virtual IRhoFile* 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/RhoFileFactory.h