lowlevellibsandfws/pluginfw/Test_Bed/ComponentInfoTest/ComponentInfoTransitions.inl
changeset 22 ddc455616bd6
parent 0 e4d67989cc36
child 45 4b03adbd26ca
child 57 2efc27d87e1c
equal deleted inserted replaced
18:47c74d1534e1 22:ddc455616bd6
    54 	{
    54 	{
    55 	_LIT(KComponentInfoDtorTransitMethod, "CComponentInfo::Dtor transition");
    55 	_LIT(KComponentInfoDtorTransitMethod, "CComponentInfo::Dtor transition");
    56 	Context().DataLogger().LogInformation(KComponentInfoDtorTransitMethod);
    56 	Context().DataLogger().LogInformation(KComponentInfoDtorTransitMethod);
    57 	delete Context().iComponentInfo;
    57 	delete Context().iComponentInfo;
    58 	Context().iComponentInfo = NULL;
    58 	Context().iComponentInfo = NULL;
       
    59 	__UHEAP_MARKEND; /*removed from leaktransitiontest.cpp and added here to resolve alloc issue due to removal of reference to RHeap's member variable*/
       
    60 
    59 	}
    61 	}
    60 
    62 
    61 inline CComponentInfo_UnitTestContext& CComponentInfo_Dtor_Transition::Context() const
    63 inline CComponentInfo_UnitTestContext& CComponentInfo_Dtor_Transition::Context() const
    62 	{
    64 	{
    63 	return REINTERPRET_CAST(CComponentInfo_UnitTestContext&,iUTContext);
    65 	return REINTERPRET_CAST(CComponentInfo_UnitTestContext&,iUTContext);