cryptomgmtlibs/securitytestfw/test/testhandler2/t_tefinput.cpp
changeset 108 ca9a0fc2f082
parent 55 581b7c2ef978
equal deleted inserted replaced
102:deec7e509f66 108:ca9a0fc2f082
   254 //	TPtrC8 iniFileread = ParseElement(pInput, tempsectID, pos, err );
   254 //	TPtrC8 iniFileread = ParseElement(pInput, tempsectID, pos, err );
   255 //	TPtrC8 iniFileread = ParseActionbody(pInput, aIniSectionName, err);	
   255 //	TPtrC8 iniFileread = ParseActionbody(pInput, aIniSectionName, err);	
   256 //	iniFileread.TDesC8();
   256 //	iniFileread.TDesC8();
   257 	
   257 	
   258 	CleanupStack::PopAndDestroy(1); // stream, 
   258 	CleanupStack::PopAndDestroy(1); // stream, 
       
   259 	CleanupStack::Pop(); //hbufc
   259 	
   260 	
   260 	return testInput;  // Return a valid HBuf8 pointer where the ini file has been loaded (on the heap)
   261 	return testInput;  // Return a valid HBuf8 pointer where the ini file has been loaded (on the heap)
   261 	}
   262 	}
   262 
   263 
   263 // Extracts info between <actionbody></actionbody>tags from the inifile contents
   264 // Extracts info between <actionbody></actionbody>tags from the inifile contents