engine/src/FeedEngine.cpp
branchsymbian1
changeset 244 d6c20128dad5
parent 239 7ded71db88f6
child 336 3d6c1417e8bd
equal deleted inserted replaced
242:64a2995a3e08 244:d6c20128dad5
   297 		}
   297 		}
   298 	}
   298 	}
   299 
   299 
   300 void CFeedEngine::NewShowL(CShowInfo& aItem)
   300 void CFeedEngine::NewShowL(CShowInfo& aItem)
   301 	{
   301 	{
   302 	DP1("NewShowL, aItem.Title()=", aItem.Title());
   302 	DP1("NewShowL, aItem.Title()=%S", &aItem.Title());
   303 	HBufC* description = HBufC::NewLC(KMaxDescriptionLength);
   303 	HBufC* description = HBufC::NewLC(KMaxDescriptionLength);
   304 	TPtr ptr(description->Des());
   304 	TPtr ptr(description->Des());
   305 	ptr.Copy(aItem.Description());
   305 	ptr.Copy(aItem.Description());
   306 	PodcastUtils::CleanHtmlL(ptr);
   306 	PodcastUtils::CleanHtmlL(ptr);
   307 
   307