diff -r c743ef5928ba -r f966699dea19 menufw/hierarchynavigator/hnpresentationmodel/inc/hneventhandler.h --- a/menufw/hierarchynavigator/hnpresentationmodel/inc/hneventhandler.h Tue Feb 02 00:04:13 2010 +0200 +++ b/menufw/hierarchynavigator/hnpresentationmodel/inc/hneventhandler.h Fri Feb 19 22:42:37 2010 +0200 @@ -184,6 +184,12 @@ * Reference to App UI - Event observer. */ MHnControllerInterface& iControllerInterface; + + /** + * ETrue if a standard asynchroneous action is being executed by + * this event handler. + */ + TBool iIsExecutingStandardAsyncAction; };