Change location of create fs factory for Symbian!

svn-id: r34362
This commit is contained in:
Lars Persson 2008-09-05 18:49:13 +00:00
parent 2c36f00ff2
commit f88ad12952

View file

@ -137,6 +137,7 @@ OSystem_SDL_Symbian::zoneDesc OSystem_SDL_Symbian::_zones[TOTAL_ZONES] = {
}; };
OSystem_SDL_Symbian::OSystem_SDL_Symbian() :_channels(0),_stereo_mix_buffer(0) { OSystem_SDL_Symbian::OSystem_SDL_Symbian() :_channels(0),_stereo_mix_buffer(0) {
_RFs = &CEikonEnv::Static()->FsSession(); _RFs = &CEikonEnv::Static()->FsSession();
_fsFactory = new SymbianFilesystemFactory();
} }
void OSystem_SDL_Symbian::initBackend() { void OSystem_SDL_Symbian::initBackend() {
@ -160,8 +161,6 @@ void OSystem_SDL_Symbian::initBackend() {
actions->initInstanceMain(this); actions->initInstanceMain(this);
actions->loadMapping(); actions->loadMapping();
initZones(); initZones();
_fsFactory = new SymbianFilesystemFactory();
} }
OSystem_SDL_Symbian::~OSystem_SDL_Symbian() { OSystem_SDL_Symbian::~OSystem_SDL_Symbian() {