userlibandfileserver/fileserver/sfsrv/cl_scan.cpp
changeset 247 d8d70de2bd36
parent 201 43365a9b78a3
equal deleted inserted replaced
201:43365a9b78a3 247:d8d70de2bd36
   409 	{
   409 	{
   410 	CDir* dirEntries = NULL;
   410 	CDir* dirEntries = NULL;
   411 	TInt r;
   411 	TInt r;
   412 	aDirEntries=NULL;
   412 	aDirEntries=NULL;
   413 	
   413 	
   414 	if(iStack && iStack->IsEmpty())
   414 	if(iStack->IsEmpty())
   415 	    return;
   415 	    return;
   416 	
   416 	
   417 	CDirList* list=iStack->Peek();
   417 	CDirList* list=iStack->Peek();
   418 	while (!list->MoreEntries())
   418 	while (!list->MoreEntries())
   419 		{
   419 		{