diff -r 07656293a99c -r cbb19216b74d commsfwutils/commsbufs/mbufmgr/src/mb_chn.cpp --- a/commsfwutils/commsbufs/mbufmgr/src/mb_chn.cpp Mon Jun 21 17:02:22 2010 +0300 +++ b/commsfwutils/commsbufs/mbufmgr/src/mb_chn.cpp Thu Jul 15 20:01:43 2010 +0300 @@ -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 ); }