commsfwutils/commsbufs/mbufmgr/src/mb_chn.cpp
changeset 79 cf589eb1e31e
parent 65 41cc8e7ff496
child 69 9d7ce34704c8
child 78 dd4909eb54cd
equal deleted inserted replaced
75:a365cb779476 79:cf589eb1e31e
   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 /**