commsfwutils/commsbufs/mbufmgr/src/mb_chn.cpp
branchRCL_3
changeset 69 9d7ce34704c8
parent 66 cbb19216b74d
child 70 b564fb5fd78b
--- a/commsfwutils/commsbufs/mbufmgr/src/mb_chn.cpp	Thu Aug 19 11:05:47 2010 +0300
+++ b/commsfwutils/commsbufs/mbufmgr/src/mb_chn.cpp	Tue Aug 31 16:25:36 2010 +0300
@@ -618,11 +618,10 @@
     return KErrNone;
 	}           
 
-// 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
+// overloading for TLS
 EXPORT_C TInt RMBufChain::Split(TInt anOffset, RMBufChain& newChain, RMBufAllocator& /* aRMBufAllocator */)
 	{
-	return RMBufChain::Split ( anOffset, newChain );
+	return RCommsBufChain::Split ( anOffset, newChain );
 	}