diff -r 00c6709d25aa -r 9d7ce34704c8 commsfwutils/commsbufs/mbufmgr/src/mb_chn.cpp --- 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 ); }