branch | GCC_SURGE |
changeset 47 | 5b14749788d7 |
parent 34 | 84197e66a4bd |
child 60 | 7fdbb852d323 |
35:a32b19fb291e | 47:5b14749788d7 |
---|---|
460 { |
460 { |
461 CheckCurrentEntryL(); |
461 CheckCurrentEntryL(); |
462 } |
462 } |
463 } |
463 } |
464 } |
464 } |
465 |
|
466 |
|
467 void CImMhtmlChildEntrySearcher::DoCancel() |
|
468 { |
|
469 CMsgActive::DoCancel(); |
|
470 } |
|
465 |
471 |
466 void CImMhtmlChildEntrySearcher::DoComplete(TInt& ) |
472 void CImMhtmlChildEntrySearcher::DoComplete(TInt& ) |
467 { |
473 { |
468 |
474 |
469 } |
475 } |
1041 { |
1047 { |
1042 aStatus = KErrNone; |
1048 aStatus = KErrNone; |
1043 } |
1049 } |
1044 } |
1050 } |
1045 |
1051 |
1046 |
1052 void CImMhtmlFirstPageFinder::DoCancel() |
1053 { |
|
1054 CMsgActive::DoCancel(); |
|
1055 } |
|
1047 |
1056 |
1048 |
1057 |
1049 // The following class implements a class for parsing and combining URI's. |
1058 // The following class implements a class for parsing and combining URI's. |
1050 // See RFC 1808 for more details. |
1059 // See RFC 1808 for more details. |
1051 |
1060 |