diff -r d0791faffa3f -r aabe5387f5ce mtpfws/mtpfw/dataproviders/devdp/inc/cmtpdevicedatastore.h --- a/mtpfws/mtpfw/dataproviders/devdp/inc/cmtpdevicedatastore.h Tue Feb 02 01:11:40 2010 +0200 +++ b/mtpfws/mtpfw/dataproviders/devdp/inc/cmtpdevicedatastore.h Fri Mar 19 09:40:39 2010 +0200 @@ -73,7 +73,7 @@ const TDesC& DateTimeL(); TInt SetDateTimeL(const TDesC& aDateTime ); void DateTimeToStringL(TDes& aDateTime); - void StringToDateTime(TDes& aDateTime ); + void StringToDateTimeL(TDes& aDateTime ); void LoadDeviceIconL(); const CMTPTypeArray& DeviceIcon(); TInt ValidateString(const TDesC& aDateTimeStr, TDes& aDateTime, TInt &aOffsetVal);