diff -r b13141f05c3d -r b5fbb9b25d57 emailuis/emailui/inc/ncseditor.h --- a/emailuis/emailui/inc/ncseditor.h Tue Apr 27 16:20:14 2010 +0300 +++ b/emailuis/emailui/inc/ncseditor.h Tue May 11 15:57:15 2010 +0300 @@ -102,6 +102,10 @@ void UpdateCustomDrawer(); + void SetPhysicsEmulationOngoing( TBool aPhysOngoing ); + + TBool IsPhysicsEmulationOngoing() const; + #ifdef _DEBUG void DebugDump(); #endif @@ -180,6 +184,9 @@ // Caption text for virtual ITU-T HBufC* iCaptionText; + + // flag to indicate is there physics based dragging or flicking ongoing + TBool iPhysOngoing; };