application/src/PodcastListView.cpp
branchsymbian1
changeset 160 6477d22a5dca
parent 145 cc0182a5da39
child 175 cd124c4eb6b9
child 336 3d6c1417e8bd
equal deleted inserted replaced
156:48cdb40709e7 160:6477d22a5dca
    97         }
    97         }
    98     }
    98     }
    99 
    99 
   100 void CPodcastListContainer::SetLongTapDetectedL(TBool aLongTapDetected)
   100 void CPodcastListContainer::SetLongTapDetectedL(TBool aLongTapDetected)
   101 	{
   101 	{
       
   102 	DP("CPodcastListContainer::SetLongTapDetectedL BEGIN");
   102 	iLongTapDetected = aLongTapDetected;
   103 	iLongTapDetected = aLongTapDetected;
   103 	
   104 	
   104 	if (aLongTapDetected == EFalse)
   105 	if (aLongTapDetected == EFalse)
   105 		{
   106 		{
   106 		TPointerEvent event;
   107 		TPointerEvent event;
   107 		event.iType = TPointerEvent::EButton1Up;
   108 		event.iType = TPointerEvent::EButton1Up;
   108 		CCoeControl::HandlePointerEventL(event);
   109 		//CCoeControl::HandlePointerEventL(event);
   109 		}
   110 		}
       
   111 	DP("CPodcastListContainer::SetLongTapDetectedL END");
   110 	}
   112 	}
   111 
   113 
   112 void CPodcastListContainer::HandleResourceChange(TInt aType)
   114 void CPodcastListContainer::HandleResourceChange(TInt aType)
   113 {
   115 {
   114 	switch( aType )
   116 	switch( aType )