cryptomgmtlibs/securitytestfw/test/testhandler2/t_output.cpp
changeset 8 35751d3474b7
parent 0 2c201484c85f
equal deleted inserted replaced
2:675a964f4eb5 8:35751d3474b7
   248 	for (TInt i = 0 ; i < iChildren.Count() ; ++i)
   248 	for (TInt i = 0 ; i < iChildren.Count() ; ++i)
   249 		{
   249 		{
   250 		iChildren[i]->writeString(aString);
   250 		iChildren[i]->writeString(aString);
   251 		}
   251 		}
   252 	}
   252 	}
       
   253