userlibandfileserver/fileserver/sfat32/sl_leafdir_cache.cpp
changeset 176 af6ec97d9189
parent 90 947f0dc9f7a8
child 245 647ab20fee2e
equal deleted inserted replaced
175:5af6c74cd793 176:af6ec97d9189
   972 */
   972 */
   973 void CLeafDirTree::DumpTreeContentL() const
   973 void CLeafDirTree::DumpTreeContentL() const
   974 	{
   974 	{
   975 	RPointerArray<CLeafDirTreeNode>* nodeStack = new(ELeave) RPointerArray<CLeafDirTreeNode>(4);
   975 	RPointerArray<CLeafDirTreeNode>* nodeStack = new(ELeave) RPointerArray<CLeafDirTreeNode>(4);
   976 	RFs fs;
   976 	RFs fs;
   977 	fs.Connect();
   977 	
       
   978     TInt nRes = fs.Connect();
       
   979     User::LeaveIfError(nRes);
       
   980 
   978 	const TUint32 debugRegister = DebugRegister();
   981 	const TUint32 debugRegister = DebugRegister();
   979 	fs.SetDebugRegister(debugRegister|KFSYS);
   982 	fs.SetDebugRegister(debugRegister|KFSYS);
   980 	if (iRoot != NULL)
   983 	if (iRoot != NULL)
   981 		{
   984 		{
   982 		nodeStack->Insert(iRoot, 0);
   985 		nodeStack->Insert(iRoot, 0);