| branch | RCL_3 |
| changeset 43 | c1f20ce4abcf |
| parent 0 | a41df078684a |
| child 44 | 3e88ff8f41d5 |
| 42:a179b74831c9 | 43:c1f20ce4abcf |
|---|---|
25 test.Start(_L("Waiting...")); |
25 test.Start(_L("Waiting...")); |
26 |
26 |
27 RUndertaker u; |
27 RUndertaker u; |
28 TInt r=u.Create(); |
28 TInt r=u.Create(); |
29 test(r==KErrNone); |
29 test(r==KErrNone); |
30 FOREVER |
30 //to avoid RVCT4 warning of unreachable statement. |
31 volatile TInt forever = 0; |
|
32 while(forever) |
|
31 { |
33 { |
32 TInt h; |
34 TInt h; |
33 TRequestStatus s; |
35 TRequestStatus s; |
34 r=u.Logon(s,h); |
36 r=u.Logon(s,h); |
35 test(r==KErrNone); |
37 test(r==KErrNone); |