branch | RCL_3 |
changeset 7 | 3cebc1a84278 |
parent 3 | 6752808b2036 |
6:646a02f170b9 | 7:3cebc1a84278 |
---|---|
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 { |