application/src/PodcastListView.cpp
branchnewlist
changeset 352 31f9864a37ac
parent 348 bd7f3de17443
child 355 075b3a49cb55
equal deleted inserted replaced
351:a5e419ee2bb3 352:31f9864a37ac
   126     }
   126     }
   127 
   127 
   128 void CPodcastListContainer::SetLongTapDetectedL(TBool aLongTapDetected)
   128 void CPodcastListContainer::SetLongTapDetectedL(TBool aLongTapDetected)
   129 	{
   129 	{
   130 	DP("CPodcastListContainer::SetLongTapDetectedL BEGIN");
   130 	DP("CPodcastListContainer::SetLongTapDetectedL BEGIN");
   131 //	iLongTapDetected = aLongTapDetected;
   131 	iLongTapDetected = aLongTapDetected;
   132 //	
   132 	
   133 //	if (aLongTapDetected == EFalse)
   133 	if (aLongTapDetected == EFalse)
   134 //		{
   134 		{
   135 //		TPointerEvent event;
   135 		TPointerEvent event;
   136 //		event.iType = TPointerEvent::EButton1Up;
   136 		event.iType = TPointerEvent::EButton1Up;
   137 //		//CCoeControl::HandlePointerEventL(event);
   137 		//CCoeControl::HandlePointerEventL(event);
   138 //		}
   138 		}
   139 	DP("CPodcastListContainer::SetLongTapDetectedL END");
   139 	DP("CPodcastListContainer::SetLongTapDetectedL END");
   140 	}
   140 	}
   141 
   141 
   142 void CPodcastListContainer::HandleResourceChange(TInt aType)
   142 void CPodcastListContainer::HandleResourceChange(TInt aType)
   143 {
   143 {