commsfwutils/commsbufs/mbufmgr/src/mb_chn.cpp
branchRCL_3
changeset 26 b564fb5fd78b
parent 25 9d7ce34704c8
equal deleted inserted replaced
25:9d7ce34704c8 26:b564fb5fd78b
   616     ASSERT(frag1Len == aOffset);
   616     ASSERT(frag1Len == aOffset);
   617 #endif
   617 #endif
   618     return KErrNone;
   618     return KErrNone;
   619 	}           
   619 	}           
   620 
   620 
   621 // overloading for TLS
   621 // overloading intended to avoid TLS lookup of pool manager. Seemingly not really useful since most Split() 
       
   622 // operations will have an existing buffer to base a Copy() from
   622 EXPORT_C TInt RMBufChain::Split(TInt anOffset, RMBufChain& newChain, RMBufAllocator& /* aRMBufAllocator */)
   623 EXPORT_C TInt RMBufChain::Split(TInt anOffset, RMBufChain& newChain, RMBufAllocator& /* aRMBufAllocator */)
   623 	{
   624 	{
   624 	return RCommsBufChain::Split ( anOffset, newChain );
   625 	return RMBufChain::Split ( anOffset, newChain );
   625 	}
   626 	}
   626 
   627 
   627 
   628 
   628 EXPORT_C void RMBufChain::Free()
   629 EXPORT_C void RMBufChain::Free()
   629 /** 	  	 
   630 /**