userlibandfileserver/fileserver/sfsrv/cl_scan.cpp
changeset 243 c7a0ce20c48c
parent 176 af6ec97d9189
equal deleted inserted replaced
231:75252ea6123b 243:c7a0ce20c48c
   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 		{