changeset 54 | a3cc46f37772 |
parent 0 | c53acadfccc6 |
child 60 | 79f826a55db2 |
child 63 | e538444823de |
36:aa5a574040a4 | 54:a3cc46f37772 |
---|---|
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 |