diff -r 26645d81f48d -r cc28652e0254 traceservices/tracefw/ulogger/src/pluginframework/pluginallocator.cpp --- a/traceservices/tracefw/ulogger/src/pluginframework/pluginallocator.cpp Tue Aug 31 16:57:14 2010 +0300 +++ b/traceservices/tracefw/ulogger/src/pluginframework/pluginallocator.cpp Wed Sep 01 12:39:58 2010 +0100 @@ -79,12 +79,12 @@ EXPORT_C void CPluginAllocator::ConstructL(const TPtrC8& aOutputPluginName, const TPtrC8& aInputPluginName) { //create output and control channels - User::LeaveIfError(this->CreateChannelsL(aOutputPluginName, aInputPluginName)); + User::LeaveIfError(this->CreateChannels(aOutputPluginName, aInputPluginName)); } /*!This function create Output channel according to aOutputSettings. */ -TInt CPluginAllocator::CreateChannelsL(const TPtrC8& aOutputPluginName, const TPtrC8& aInputPluginName) +TInt CPluginAllocator::CreateChannels(const TPtrC8& aOutputPluginName, const TPtrC8& aInputPluginName) { TInt retVal = KErrNone;