commsfwutils/commsbufs/mbufmgr/src/mb_chn.cpp
branchRCL_3
changeset 26 b564fb5fd78b
parent 25 9d7ce34704c8
--- a/commsfwutils/commsbufs/mbufmgr/src/mb_chn.cpp	Tue Aug 31 16:25:36 2010 +0300
+++ b/commsfwutils/commsbufs/mbufmgr/src/mb_chn.cpp	Wed Sep 01 12:35:48 2010 +0100
@@ -618,10 +618,11 @@
     return KErrNone;
 	}           
 
-// overloading for TLS
+// overloading intended to avoid TLS lookup of pool manager. Seemingly not really useful since most Split() 
+// operations will have an existing buffer to base a Copy() from
 EXPORT_C TInt RMBufChain::Split(TInt anOffset, RMBufChain& newChain, RMBufAllocator& /* aRMBufAllocator */)
 	{
-	return RCommsBufChain::Split ( anOffset, newChain );
+	return RMBufChain::Split ( anOffset, newChain );
 	}