diff -r 19bd632b5100 -r b72428996822 btobexprofiles/obexsendservices/obexservicesendutils/src/BTSOPPController.cpp --- a/btobexprofiles/obexsendservices/obexservicesendutils/src/BTSOPPController.cpp Fri May 28 17:03:06 2010 +0300 +++ b/btobexprofiles/obexsendservices/obexservicesendutils/src/BTSOPPController.cpp Mon Jul 12 18:51:05 2010 +0300 @@ -218,7 +218,7 @@ } } } - iObserverPtr->LaunchProgressNoteL( iClient, iListPtr->ObjectListSizeL(),iListPtr->ObjectCount() ); + iObserverPtr->LaunchProgressNoteL( iClient, iListPtr->ObjectCount() ); iFileIndex = 0; UpdateProgressNoteL(); Send(); @@ -230,7 +230,7 @@ TInt size; RBuf filename; iListPtr->ObjectAtL( iFileIndex ).Size(size); - filename.CreateL(255); + filename.CreateL(KMaxFileName); iListPtr->ObjectAtL( iFileIndex ).Name(filename); iObserverPtr->UpdateProgressNoteL(size,iFileIndex,filename); filename.Close();