diff -r ae47d0499bee -r c9776eadbffd commsfwutils/commsbufs/mbufmgr/src/mb_chn.cpp --- 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 ); }