upnpmediaserver/contentdirectoryservice/src/upnpcdutils.cpp
changeset 30 5ec426854821
parent 25 52826dcbed74
child 38 5360b7ddc251
--- a/upnpmediaserver/contentdirectoryservice/src/upnpcdutils.cpp	Fri Aug 06 12:57:10 2010 +0300
+++ b/upnpmediaserver/contentdirectoryservice/src/upnpcdutils.cpp	Fri Sep 03 15:38:36 2010 +0300
@@ -624,7 +624,7 @@
 //
 TBool UpnpCdUtils::ValidateDateL( TPtrC8 aValue )
     {         
-    TBool wrong = 0;
+ /*   TBool wrong = 0;
 
     TInt dateLength = aValue.Length();                                         
 
@@ -824,7 +824,7 @@
         {                        
         return EFalse;      
         }
-
+*/
     return ETrue;
     }