lowlevellibsandfws/pluginfw/Framework/frame/RegistryData.cpp
changeset 52 bf6a71c50e42
parent 31 ce057bb09d0b
child 63 a117ad66e027
equal deleted inserted replaced
34:5fae379060a7 52:bf6a71c50e42
   314 	if (iImplInfo)
   314 	if (iImplInfo)
   315 		{
   315 		{
   316 		delete iImplInfo;
   316 		delete iImplInfo;
   317 		iImplInfo = NULL;
   317 		iImplInfo = NULL;
   318 		}
   318 		}
   319 	iImplInfo=CImplementationInformation::NewLC(EFalse,aStore);
   319 	CImplementationInformation* implInfo = 0;
       
   320 	implInfo=CImplementationInformation::NewLC(EFalse,aStore);
   320 	//as we never store the drive name we need to get this from the parent
   321 	//as we never store the drive name we need to get this from the parent
   321 	iImplInfo->SetDrive(iParent->iParent->iParent->iDrive);
   322 	implInfo->SetDrive(iParent->iParent->iParent->iDrive);
   322 	CleanupStack::Pop(1);	
   323 	CleanupStack::Pop(1);
       
   324 	iImplInfo = implInfo;
       
   325 	implInfo = 0;
   323 	}
   326 	}
   324 
   327 
   325 
   328 
   326 /**
   329 /**
   327 Writes out the state of this member variable of type CImplementationInformation to aStore.
   330 Writes out the state of this member variable of type CImplementationInformation to aStore.