harvester/harvesterplugins/WMVPlugin/src/harvesterwmvplugin.cpp
branchRCL_3
changeset 12 9f21bab39f42
parent 9 82c0024438c8
child 13 4a4892eec172
equal deleted inserted replaced
10:ab88d4a85041 12:9f21bab39f42
    21 #include "mdsutils.h"
    21 #include "mdsutils.h"
    22 #include "harvesterdata.h"
    22 #include "harvesterdata.h"
    23 #include "harvesterlog.h"
    23 #include "harvesterlog.h"
    24 #include "harvestercommon.h"
    24 #include "harvestercommon.h"
    25 #include "harvesterwmvplugin.h"
    25 #include "harvesterwmvplugin.h"
       
    26 #include "mdscommoninternal.h"
    26 #include <mdenamespacedef.h>
    27 #include <mdenamespacedef.h>
    27 #include <mdeobjectdef.h>
    28 #include <mdeobjectdef.h>
    28 #include "mdeobject.h"
    29 #include "mdeobject.h"
    29 #include "mdetextproperty.h"
    30 #include "mdetextproperty.h"
    30 #include "mdeobjectwrapper.h"
    31 #include "mdeobjectwrapper.h"
   308         {
   309         {
   309         CMdeObjectWrapper::HandleObjectPropertyL(mdeObject, 
   310         CMdeObjectWrapper::HandleObjectPropertyL(mdeObject, 
   310                 *iPropDefs->iDrmPropertyDef, &aClipDetails.iDrmProtected, aIsAdd );
   311                 *iPropDefs->iDrmPropertyDef, &aClipDetails.iDrmProtected, aIsAdd );
   311         } 
   312         } 
   312     // Title (is set from URI by default)
   313     // Title (is set from URI by default)
   313     if( aClipDetails.iTitle.Length() > 0 && aClipDetails.iTitle.Length() < iMaxTextLength )
   314     if( aClipDetails.iTitle.Length() > 0 && aClipDetails.iTitle.Length() < KMaxTitleFieldLength )
   314         {
   315         {
   315         CMdeObjectWrapper::HandleObjectPropertyL(mdeObject, 
   316         CMdeObjectWrapper::HandleObjectPropertyL(mdeObject, 
   316                 *iPropDefs->iTitlePropertyDef, &aClipDetails.iTitle, EFalse );
   317                 *iPropDefs->iTitlePropertyDef, &aClipDetails.iTitle, EFalse );
   317         }
   318         }
   318     // Description
   319     // Description