menufw/hierarchynavigator/hnpresentationmodel/inc/hneventhandler.h
branchRCL_3
changeset 9 f966699dea19
parent 0 f72a12da539e
--- 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;
 
 };