diff -r e35735ece90c -r 3d8c721bf319 mmserv/tms/tmsimpl/src/tmsqueuehandler.cpp --- a/mmserv/tms/tmsimpl/src/tmsqueuehandler.cpp Mon Mar 15 12:42:35 2010 +0200 +++ b/mmserv/tms/tmsimpl/src/tmsqueuehandler.cpp Wed Mar 31 22:29:45 2010 +0300 @@ -251,7 +251,8 @@ if (index != KErrNotFound) { iObserversList[index]->QueueEvent( - TMS_EVENT_EFFECT_VOL_CHANGED, msgBuf.iStatus, NULL); + TMS_EVENT_EFFECT_VOL_CHANGED, msgBuf.iStatus, + NULL); } } break; @@ -289,8 +290,7 @@ hndl = (iTMSGlobalContext->CallProxy)->GetDataXferChunkHandle( iTMSGlobalContext->CallType, iTMSGlobalContext->StreamType, - iTMSGlobalContext->StreamId, - key); + iTMSGlobalContext->StreamId, key); err = iChunk.SetReturnedHandle(hndl); } } @@ -308,8 +308,8 @@ gint index = iClientList.Find(TMS_SOURCE_CLIENT); if (index != KErrNotFound) { - iObserversList[index]->QueueEvent( - TMS_EVENT_SOURCE_FILL_BUFFER, aStatus, iBuffer); + iObserversList[index]->QueueEvent(TMS_EVENT_SOURCE_FILL_BUFFER, + aStatus, iBuffer); } else { @@ -348,8 +348,7 @@ hndl = (iTMSGlobalContext->CallProxy)->GetDataXferChunkHandle( iTMSGlobalContext->CallType, iTMSGlobalContext->StreamType, - iTMSGlobalContext->StreamId, - key); + iTMSGlobalContext->StreamId, key); err = iChunk.SetReturnedHandle(hndl); } // TODO handle error here @@ -369,8 +368,8 @@ gint index = iClientList.Find(TMS_SINK_CLIENT); if (index != KErrNotFound) { - iObserversList[index]->QueueEvent( - TMS_EVENT_SINK_PROCESS_BUFFER, aStatus, iBuffer); + iObserversList[index]->QueueEvent(TMS_EVENT_SINK_PROCESS_BUFFER, + aStatus, iBuffer); } else {