uifw/AvKon/inc/AknPreviewPopUp.h
branchRCL_3
changeset 10 9f56a4e1b8ab
parent 0 2f259fa3e83a
child 15 08e69e956a8c
--- a/uifw/AvKon/inc/AknPreviewPopUp.h	Fri Mar 12 15:43:43 2010 +0200
+++ b/uifw/AvKon/inc/AknPreviewPopUp.h	Mon Mar 15 12:41:34 2010 +0200
@@ -242,6 +242,10 @@
         
         // It is true when user clicks the popup, transfer pointer up event to its child control
         TBool iAllowUpEvent;
+        
+        // Used to remember the local variable address which used to be
+        // mark whether this object is deleted
+        TBool * iIsDeleted;
 
     };