applayerprotocols/httptransportfw/Test/t_utils/ScriptFile.cpp
branchRCL_3
changeset 20 a0da872af3fa
parent 19 c0c2f28ace9c
equal deleted inserted replaced
19:c0c2f28ace9c 20:a0da872af3fa
    65 		}
    65 		}
    66 
    66 
    67 	delete iComponent;
    67 	delete iComponent;
    68 	}
    68 	}
    69 
    69 
    70 EXPORT_C CScriptSection* CScriptFile::Section(const TDesC& aSectionName)
    70 CScriptSection* CScriptFile::Section(const TDesC& aSectionName)
    71 	{
    71 	{
    72 	CScriptSection* section = iLastSection;
    72 	CScriptSection* section = iLastSection;
    73 
    73 
    74 	if (!iLastSection || iLastSection->SectionName().CompareF(aSectionName) != 0)
    74 	if (!iLastSection || iLastSection->SectionName().CompareF(aSectionName) != 0)
    75 		{
    75 		{