userlibandfileserver/fileserver/sfsrv/cl_scan.cpp
branchRCL_3
changeset 45 9e2d4f7f5028
parent 44 3e88ff8f41d5
equal deleted inserted replaced
44:3e88ff8f41d5 45:9e2d4f7f5028
   406 	{
   406 	{
   407 	CDir* dirEntries = NULL;
   407 	CDir* dirEntries = NULL;
   408 	TInt r;
   408 	TInt r;
   409 	aDirEntries=NULL;
   409 	aDirEntries=NULL;
   410 		
   410 		
   411 	if(iStack && iStack->IsEmpty())
   411 	if(iStack->IsEmpty())
   412 	    return;
   412 	    return;
   413 	
   413 	
   414 	CDirList* list=iStack->Peek();
   414 	CDirList* list=iStack->Peek();
   415 	while (!list->MoreEntries())
   415 	while (!list->MoreEntries())
   416 		{
   416 		{