diff -r ecbabf52600f -r bd83ceabce89 textinput/peninputarc/src/peninputserverapp/peninputanimclientobj.cpp --- a/textinput/peninputarc/src/peninputserverapp/peninputanimclientobj.cpp Wed Sep 01 12:23:33 2010 +0100 +++ b/textinput/peninputarc/src/peninputserverapp/peninputanimclientobj.cpp Tue Sep 14 21:59:06 2010 +0300 @@ -503,4 +503,21 @@ AddAnimCommand(cmd); return ETrue; } + +// --------------------------------------------------------------------------- +// CPeninputAnimObj::UpdatePointerEventSuppressor() +// Update parameters of pointer event suppressor. +// --------------------------------------------------------------------------- +// +void CPeninputAnimObj::UpdatePointerEventSuppressor( + const TPointerEventSuppressorParameters& aParameters ) + { + TAnimUpdatePointerEventSuppressorCmd* cmd = + new TAnimUpdatePointerEventSuppressorCmd( iAnim, aParameters ); + + if ( cmd != NULL ) + { + AddAnimCommand( cmd ); + } + } //end of file