applayerprotocols/httptransportfw/Test/t_utils/ScriptFile.cpp
changeset 14 ce2bfba3d005
parent 0 b16258d2340f
child 40 a0da872af3fa
equal deleted inserted replaced
12:88a7990e456a 14:ce2bfba3d005
    65 		}
    65 		}
    66 
    66 
    67 	delete iComponent;
    67 	delete iComponent;
    68 	}
    68 	}
    69 
    69 
    70 CScriptSection* CScriptFile::Section(const TDesC& aSectionName)
    70 EXPORT_C 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 		{