diff -r d240f0a77280 -r 780c925249c1 mmappcomponents/mmmtpdataprovider/mmmtpdprequestprocessor/src/cgetpartialobject.cpp --- a/mmappcomponents/mmmtpdataprovider/mmmtpdprequestprocessor/src/cgetpartialobject.cpp Mon Mar 15 12:42:31 2010 +0200 +++ b/mmappcomponents/mmmtpdataprovider/mmmtpdprequestprocessor/src/cgetpartialobject.cpp Wed Mar 31 22:26:09 2010 +0300 @@ -17,8 +17,6 @@ #include -#include -#include #include "cgetpartialobject.h" #include "mmmtpdplogger.h" @@ -154,6 +152,7 @@ CMTPObjectMetaData* objectInfo = iRequestChecker->GetObjectInfo( iObjectHandle ); __ASSERT_DEBUG( objectInfo, Panic( EMmMTPDpObjectNull ) ); + // NOTE: Change all TBuf into TFileName for easily change when fs change the limitation of filename TFileName fileSuid; fileSuid.Append( objectInfo->DesC( CMTPObjectMetaData::ESuid ) );