persistentstorage/centralrepository/cenrepsrv/install.cpp
branchGCC_SURGE
changeset 38 c4e342fcf0c8
parent 22 a7ba600cb39d
child 40 b8bdbc8f59c7
equal deleted inserted replaced
27:ba32e40d9f36 38:c4e342fcf0c8
    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()