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