mmserv/tms/tmsserver/src/tmsrtcontainer.cpp
changeset 22 128eb6a32b84
parent 12 5a06f39ad45b
--- a/mmserv/tms/tmsserver/src/tmsrtcontainer.cpp	Fri May 14 16:22:35 2010 +0300
+++ b/mmserv/tms/tmsserver/src/tmsrtcontainer.cpp	Thu May 27 13:20:50 2010 +0300
@@ -19,7 +19,6 @@
 #include <apgcli.h>
 #include <DRMHelper.h>
 #include <bldvariant.hrh>
-//#include <pathinfo.h>
 #include "tmsrtcontainer.h"
 
 using namespace TMS;
@@ -222,17 +221,8 @@
 // -----------------------------------------------------------------------------
 //
 TBool TMSRtContainer::IsFileInVideoDirectory() const
-    {/*
-    TParsePtrC parsedName(*iFileName);
-
-    if (PathInfo::PathType(parsedName.DriveAndPath()) == PathInfo::EVideosPath)
-        {
-        return ETrue;
-        }
-    else
-        {*/
-        return EFalse;
-        //}
+    {
+    return EFalse;
     }
 
 // -----------------------------------------------------------------------------