--- a/mmserv/tms/tmsserver/src/tmsrtcontainer.cpp Fri Apr 30 19:18:45 2010 -0500
+++ b/mmserv/tms/tmsserver/src/tmsrtcontainer.cpp Fri May 14 18:19:45 2010 -0500
@@ -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;
}
// -----------------------------------------------------------------------------