diff -r b023a8d2866a -r ea65f74e6de4 photosgallery/viewframework/uiutilities/inc/glxrequestfreegoom.h --- 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;