harvester/common/inc/harvestercenreputil.h
branchRCL_3
changeset 63 e538444823de
parent 47 b73252188534
equal deleted inserted replaced
57:2872ae438bf7 63:e538444823de
    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; iPath = NULL;}
    31 	~TScanItem() { delete iPath; }
    32 };
    32 };
    33 // CLASS DECLARATION
    33 // CLASS DECLARATION
    34 
    34 
    35 /**
    35 /**
    36 *  CHarvesterCenRepUtil
    36 *  CHarvesterCenRepUtil