engine/src/SettingsEngine.cpp
changeset 101 867fc277ffea
parent 96 a8538f50e2ba
child 162 d15654dbe9b8
equal deleted inserted replaced
100:e0fc52a5df4d 101:867fc277ffea
   220 
   220 
   221 
   221 
   222 TFileName CSettingsEngine::PrivatePath()
   222 TFileName CSettingsEngine::PrivatePath()
   223 	{
   223 	{
   224 	TFileName privatePath;
   224 	TFileName privatePath;
   225 #ifdef __WINS__
       
   226 	iPodcastModel.FsSession().PrivatePath(privatePath);
   225 	iPodcastModel.FsSession().PrivatePath(privatePath);
   227 #else	
   226 
   228 	privatePath = _L("e:\\pod\\");
       
   229 #endif
       
   230 	TRAP_IGNORE(BaflUtils::EnsurePathExistsL(iPodcastModel.FsSession(), privatePath));
   227 	TRAP_IGNORE(BaflUtils::EnsurePathExistsL(iPodcastModel.FsSession(), privatePath));
   231 	return privatePath;
   228 	return privatePath;
   232 	}
   229 	}
   233 
   230 
   234 TInt CSettingsEngine::MaxListItems() 
   231 TInt CSettingsEngine::MaxListItems()