mtpfws/mtpfw/dataproviders/devdp/src/cmtpsetdevicepropvalue.cpp
changeset 18 1b39655331a3
parent 17 aabe5387f5ce
child 47 63cf70d3ecd8
--- a/mtpfws/mtpfw/dataproviders/devdp/src/cmtpsetdevicepropvalue.cpp	Fri Mar 19 09:40:39 2010 +0200
+++ b/mtpfws/mtpfw/dataproviders/devdp/src/cmtpsetdevicepropvalue.cpp	Fri Apr 16 15:51:48 2010 +0300
@@ -282,15 +282,6 @@
 void CMTPSetDevicePropValue::CompleteServiceDateTimeL()
 	{
 	__FLOG(_L8("CompleteDateTime - Entry"));
-	
-	//Just a workAround for WinLogo
-	_LIT(KWinLogoWorkAround,"20051231");
-	TInt pos = iString->StringChars().Find( KWinLogoWorkAround );
-	if ( KErrNotFound != pos )
-		{
-		SendResponseL(EMTPRespCodeOK);
-		return;
-		}
 												
 	//validate the incoming date time string first and then set it.
 	if(KErrNone == iDpSingletons.DeviceDataStore().SetDateTimeL(iString->StringChars()) )