changeset 152 | 9f1c3fea0f87 |
parent 98 | bf7481649c98 |
111:29ddb8a72f0e | 152:9f1c3fea0f87 |
---|---|
83 TInt result; |
83 TInt result; |
84 iResultOutQueue.ReceiveBlocking(result); |
84 iResultOutQueue.ReceiveBlocking(result); |
85 |
85 |
86 // Draw something. |
86 // Draw something. |
87 surface->DrawContentL(0); |
87 surface->DrawContentL(0); |
88 surface->SubmitContentL(EFalse); |
88 User::LeaveIfError(surface->SubmitContent(ETrue)); |
89 |
89 |
90 if (result) |
90 if (result) |
91 { |
91 { |
92 User::Panic(_L("Expected Panic"), 1); |
92 User::Panic(_L("Expected Panic"), 1); |
93 } |
93 } |