application/src/PodcastFeedView.cpp
changeset 19 9219912415dc
parent 18 cda6e6257514
child 23 cf4b850bbffb
equal deleted inserted replaced
18:cda6e6257514 19:9219912415dc
   117     iStylusPopupMenu->ConstructFromResourceL(reader);
   117     iStylusPopupMenu->ConstructFromResourceL(reader);
   118     CleanupStack::PopAndDestroy();
   118     CleanupStack::PopAndDestroy();
   119     
   119     
   120     iUpdater = CPodcastFeedViewUpdater::NewL(*this);
   120     iUpdater = CPodcastFeedViewUpdater::NewL(*this);
   121 	DP("CPodcastFeedView::ConstructL END");
   121 	DP("CPodcastFeedView::ConstructL END");
   122 	
       
   123 	TBuf<1024> test;
       
   124 	test.Copy(_L("Yeah, we&#8217;re doing an episode. &quot;hej&quot; &copy; fl&nbsp;ong Should you get used to it?  Ummm&#8230; maybe not.  But let&#8217;s enjoy the ride while it lasts! Today we just yammer on about whatever, mostly just about what we&#8217;ve been up to.  Until next time!"));
       
   125 	
       
   126 	PodcastUtils::CleanHtmlL(test);
       
   127 	}
   122 	}
   128     
   123     
   129 CPodcastFeedView::~CPodcastFeedView()
   124 CPodcastFeedView::~CPodcastFeedView()
   130     {
   125     {
   131 	iPodcastModel.FeedEngine().RemoveObserver(this);
   126 	iPodcastModel.FeedEngine().RemoveObserver(this);