uiacceltk/hitchcock/goommonitor/src/goomcloseapp.cpp
changeset 19 f5bac0badc7e
parent 13 8f67d927ea57
child 38 69409653e863
child 41 cd0ae4656946
equal deleted inserted replaced
14:83d2d132aa58 19:f5bac0badc7e
    36     return self;
    36     return self;
    37     }
    37     }
    38 
    38 
    39 // Close the application in order to free memory
    39 // Close the application in order to free memory
    40 // Call the CGOomAction::MemoryFreed when it is done
    40 // Call the CGOomAction::MemoryFreed when it is done
    41 void CGOomCloseApp::FreeMemory(TInt)
    41 void CGOomCloseApp::FreeMemory(TInt, TBool)
    42     {
    42     {
    43     FUNC_LOG;
    43     FUNC_LOG;
    44 
    44 
    45     iAppCloserRunning = ETrue;
    45     iAppCloserRunning = ETrue;
    46     
    46