commsfwutils/commsbufs/mbufmgr/src/mb_chn.cpp
changeset 77 c9776eadbffd
parent 50 afebdb533a85
child 69 9d7ce34704c8
child 78 dd4909eb54cd
--- a/commsfwutils/commsbufs/mbufmgr/src/mb_chn.cpp	Mon Sep 06 13:49:23 2010 +0100
+++ b/commsfwutils/commsbufs/mbufmgr/src/mb_chn.cpp	Mon Sep 13 15:06:46 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 );
 	}