mmserv/tms/tmsserver/src/tmsrtcontainer.cpp
changeset 20 b67dd1fc57c5
parent 12 5a06f39ad45b
equal deleted inserted replaced
19:4a629bc82c5e 20:b67dd1fc57c5
    17 
    17 
    18 // INCLUDE FILES
    18 // INCLUDE FILES
    19 #include <apgcli.h>
    19 #include <apgcli.h>
    20 #include <DRMHelper.h>
    20 #include <DRMHelper.h>
    21 #include <bldvariant.hrh>
    21 #include <bldvariant.hrh>
    22 //#include <pathinfo.h>
       
    23 #include "tmsrtcontainer.h"
    22 #include "tmsrtcontainer.h"
    24 
    23 
    25 using namespace TMS;
    24 using namespace TMS;
    26 
    25 
    27 // CONSTANTS
    26 // CONSTANTS
   220 // -----------------------------------------------------------------------------
   219 // -----------------------------------------------------------------------------
   221 // TMSRtContainer::IsFileInVideoDirectory
   220 // TMSRtContainer::IsFileInVideoDirectory
   222 // -----------------------------------------------------------------------------
   221 // -----------------------------------------------------------------------------
   223 //
   222 //
   224 TBool TMSRtContainer::IsFileInVideoDirectory() const
   223 TBool TMSRtContainer::IsFileInVideoDirectory() const
   225     {/*
   224     {
   226     TParsePtrC parsedName(*iFileName);
   225     return EFalse;
   227 
       
   228     if (PathInfo::PathType(parsedName.DriveAndPath()) == PathInfo::EVideosPath)
       
   229         {
       
   230         return ETrue;
       
   231         }
       
   232     else
       
   233         {*/
       
   234         return EFalse;
       
   235         //}
       
   236     }
   226     }
   237 
   227 
   238 // -----------------------------------------------------------------------------
   228 // -----------------------------------------------------------------------------
   239 // TMSRtContainer::RefreshMime
   229 // TMSRtContainer::RefreshMime
   240 // -----------------------------------------------------------------------------
   230 // -----------------------------------------------------------------------------