equal
deleted
inserted
replaced
611 iFbClient.StopFeedback(); |
611 iFbClient.StopFeedback(); |
612 iFeedbackTimer->Cancel(); |
612 iFeedbackTimer->Cancel(); |
613 // Clear also client handle to indicate there's no ongoing feedback. |
613 // Clear also client handle to indicate there's no ongoing feedback. |
614 iClientHandle = 0; |
614 iClientHandle = 0; |
615 } |
615 } |
|
616 else if ( !iClientHandle ) // Stop instant feedback |
|
617 { |
|
618 iFbClient.StopFeedback(); |
|
619 } |
616 TRACE("CTouchFeedbackClient::StopFeedback - End"); |
620 TRACE("CTouchFeedbackClient::StopFeedback - End"); |
617 } |
621 } |
618 |
622 |
619 // --------------------------------------------------------------------------- |
623 // --------------------------------------------------------------------------- |
620 // |
624 // |