applayerprotocols/httptransportfw/Test/t_utils/ScriptFile.cpp
branchRCL_3
changeset 19 c0c2f28ace9c
parent 0 b16258d2340f
child 20 a0da872af3fa
equal deleted inserted replaced
18:5f1cd966e0d9 19:c0c2f28ace9c
    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 		{