equal
deleted
inserted
replaced
71 // |
71 // |
72 void CHarvesterOomAO::RunL() |
72 void CHarvesterOomAO::RunL() |
73 { |
73 { |
74 User::LeaveIfError( iStatus.Int() ); |
74 User::LeaveIfError( iStatus.Int() ); |
75 |
75 |
76 TInt oomStatus(0); |
76 TInt oomStatus( 0 ); |
77 TInt err = iOomMsgQueue.Receive( oomStatus ); |
77 const TInt err = iOomMsgQueue.Receive( oomStatus ); |
78 |
78 |
79 if( oomStatus == TMdsOomFreeRam ) |
79 if( oomStatus == TMdsOomFreeRam ) |
80 { |
80 { |
81 iObserver->MemoryLow(); |
81 iObserver->MemoryLow(); |
82 } |
82 } |