application/src/PodcastListView.cpp
changeset 111 ffa983aa9d7f
parent 93 c2f1ea38ec70
child 114 f94dbd678dda
equal deleted inserted replaced
110:4ec84fbc7b27 111:ffa983aa9d7f
    95         }
    95         }
    96     }
    96     }
    97 
    97 
    98 void CPodcastListContainer::SetLongTapDetectedL(TBool aLongTapDetected)
    98 void CPodcastListContainer::SetLongTapDetectedL(TBool aLongTapDetected)
    99 	{
    99 	{
       
   100 	DP("CPodcastListContainer::SetLongTapDetectedL BEGIN");
   100 	iLongTapDetected = aLongTapDetected;
   101 	iLongTapDetected = aLongTapDetected;
   101 	
   102 	
   102 	if (aLongTapDetected == EFalse)
   103 	if (aLongTapDetected == EFalse)
   103 		{
   104 		{
   104 		TPointerEvent event;
   105 		TPointerEvent event;
   105 		event.iType = TPointerEvent::EButton1Up;
   106 		event.iType = TPointerEvent::EButton1Up;
   106 		CCoeControl::HandlePointerEventL(event);
   107 		//CCoeControl::HandlePointerEventL(event);
   107 		}
   108 		}
       
   109 	DP("CPodcastListContainer::SetLongTapDetectedL END");
   108 	}
   110 	}
   109 
   111 
   110 void CPodcastListContainer::HandleResourceChange(TInt aType)
   112 void CPodcastListContainer::HandleResourceChange(TInt aType)
   111 {
   113 {
   112 	switch( aType )
   114 	switch( aType )