userlibandfileserver/fileserver/sfat32/sl_leafdir_cache.cpp
branchRCL_3
changeset 22 2f92ad2dc5db
parent 2 4122176ea935
child 42 a179b74831c9
equal deleted inserted replaced
21:e7d2d738d3c2 22:2f92ad2dc5db
   233 @param  aLimit	the maximum number of 'leaf' nodes allowed of the tree   
   233 @param  aLimit	the maximum number of 'leaf' nodes allowed of the tree   
   234 */
   234 */
   235 CLeafDirTree::CLeafDirTree(TUint32 aSize)
   235 CLeafDirTree::CLeafDirTree(TUint32 aSize)
   236 :iSize(aSize)
   236 :iSize(aSize)
   237 	{
   237 	{
       
   238 	__PRINT2(_L("CLeafDirTree created[0x%x] sz:%d"), this, aSize);
   238 	}
   239 	}
   239 
   240 
   240 _LIT(KRootDirPath, "\\");
   241 _LIT(KRootDirPath, "\\");
   241 /**
   242 /**
   242 2nd phase constructor of CLeafDirTree
   243 2nd phase constructor of CLeafDirTree
   252 /**
   253 /**
   253 Destructor of CLeafDirTree
   254 Destructor of CLeafDirTree
   254 */
   255 */
   255 CLeafDirTree::~CLeafDirTree()
   256 CLeafDirTree::~CLeafDirTree()
   256 	{
   257 	{
       
   258 	__PRINT1(_L("~CLeafDirTree[0x%x]"), this);
       
   259 
   257 	Reset();
   260 	Reset();
   258 	delete iRoot;
   261 	delete iRoot;
   259 	iLruList.Close();
   262 	iLruList.Close();
   260 
   263 
   261 #ifdef _DEBUG
   264 #ifdef _DEBUG