equal
deleted
inserted
replaced
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 { |