harvester/server/src/harvesteroomao.cpp
changeset 21 50bf9db68373
parent 20 6dfc5f825351
equal deleted inserted replaced
20:6dfc5f825351 21:50bf9db68373
    75 	User::LeaveIfError( iStatus.Int() );
    75 	User::LeaveIfError( iStatus.Int() );
    76 	
    76 	
    77 	TInt oomStatus( 0 );
    77 	TInt oomStatus( 0 );
    78 	const TInt err = iOomMsgQueue.Receive( oomStatus );
    78 	const TInt err = iOomMsgQueue.Receive( oomStatus );
    79 	
    79 	
    80 	if( oomStatus == TMdsOomFreeRam )
    80 	if( oomStatus == EMdsOomFreeRam )
    81 		{
    81 		{
    82 		iObserver->MemoryLow();
    82 		iObserver->MemoryLow();
    83 		}
    83 		}
    84 	else
    84 	else
    85 		{
    85 		{