upnpmediaserver/contentdirectoryservice/src/upnpcdutils.cpp
changeset 32 3785f754ee62
parent 27 03808033c9a2
child 38 5360b7ddc251
--- a/upnpmediaserver/contentdirectoryservice/src/upnpcdutils.cpp	Wed Aug 18 10:02:50 2010 +0300
+++ b/upnpmediaserver/contentdirectoryservice/src/upnpcdutils.cpp	Fri Sep 17 08:31:21 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;
     }