photosgallery/viewframework/uiutilities/inc/glxrequestfreegoom.h
branchRCL_3
changeset 24 ea65f74e6de4
parent 21 f9e827349359
--- a/photosgallery/viewframework/uiutilities/inc/glxrequestfreegoom.h	Thu Jul 15 18:39:01 2010 +0300
+++ b/photosgallery/viewframework/uiutilities/inc/glxrequestfreegoom.h	Thu Aug 19 09:55:03 2010 +0300
@@ -50,7 +50,7 @@
     /*
      * Start Memory release process
      */
-    IMPORT_C void RequestMemory();
+    IMPORT_C void RequestMemory(TBool aRequest = ETrue);
 private:
     /**
      * Default constructor
@@ -80,7 +80,7 @@
     MGoomNotifierObserver& iNotify;
     RGOomMonitorSession iGoom;
     TBool iIsFirstRequest;
-    
+    TBool iNotifyCaller;
 #ifdef _DEBUG
     TTime iStartTime;
     TTime iStopTime;