photosgallery/viewframework/uiutilities/inc/glxrequestfreegoom.h
branchRCL_3
changeset 24 ea65f74e6de4
parent 21 f9e827349359
equal deleted inserted replaced
23:b023a8d2866a 24:ea65f74e6de4
    48      */
    48      */
    49     ~CGlxRelaseGPUMemory();
    49     ~CGlxRelaseGPUMemory();
    50     /*
    50     /*
    51      * Start Memory release process
    51      * Start Memory release process
    52      */
    52      */
    53     IMPORT_C void RequestMemory();
    53     IMPORT_C void RequestMemory(TBool aRequest = ETrue);
    54 private:
    54 private:
    55     /**
    55     /**
    56      * Default constructor
    56      * Default constructor
    57      */
    57      */
    58     CGlxRelaseGPUMemory(MGoomNotifierObserver& aNotify);
    58     CGlxRelaseGPUMemory(MGoomNotifierObserver& aNotify);
    78      * reference of observer
    78      * reference of observer
    79      */
    79      */
    80     MGoomNotifierObserver& iNotify;
    80     MGoomNotifierObserver& iNotify;
    81     RGOomMonitorSession iGoom;
    81     RGOomMonitorSession iGoom;
    82     TBool iIsFirstRequest;
    82     TBool iIsFirstRequest;
    83     
    83     TBool iNotifyCaller;
    84 #ifdef _DEBUG
    84 #ifdef _DEBUG
    85     TTime iStartTime;
    85     TTime iStartTime;
    86     TTime iStopTime;
    86     TTime iStopTime;
    87 #endif
    87 #endif
    88 
    88