equal
deleted
inserted
replaced
71 } |
71 } |
72 |
72 |
73 CCentRepSWIWatcher::~CCentRepSWIWatcher() |
73 CCentRepSWIWatcher::~CCentRepSWIWatcher() |
74 { |
74 { |
75 Cancel(); |
75 Cancel(); |
76 iSWIKey.Cancel(); |
76 if(iSWIKey.Handle() != KNullHandle) |
77 iSWIKey.Close(); |
77 { |
|
78 iSWIKey.Cancel(); |
|
79 iSWIKey.Close(); |
|
80 } |
78 iInstallEntryArray.ResetAndDestroy(); |
81 iInstallEntryArray.ResetAndDestroy(); |
79 iCurrentInstallDirEntries.ResetAndDestroy(); |
82 iCurrentInstallDirEntries.ResetAndDestroy(); |
80 } |
83 } |
81 |
84 |
82 void CCentRepSWIWatcher::Start() |
85 void CCentRepSWIWatcher::Start() |