changeset 40 | 910a23996aa0 |
parent 0 | c53acadfccc6 |
child 60 | 79f826a55db2 |
child 63 | e538444823de |
38:5210ffae7137 | 40:910a23996aa0 |
---|---|
26 |
26 |
27 struct TScanItem |
27 struct TScanItem |
28 { |
28 { |
29 TUint32 iPreinstalled; |
29 TUint32 iPreinstalled; |
30 HBufC* iPath; |
30 HBufC* iPath; |
31 ~TScanItem() { delete iPath; } |
31 ~TScanItem() { delete iPath; iPath = NULL;} |
32 }; |
32 }; |
33 // CLASS DECLARATION |
33 // CLASS DECLARATION |
34 |
34 |
35 /** |
35 /** |
36 * CHarvesterCenRepUtil |
36 * CHarvesterCenRepUtil |