harvesterplugins/media/mediautils/inc/cpixdocfetcher.h
changeset 16 e918432ddd92
parent 5 3bc31ad99ee7
equal deleted inserted replaced
15:df6898e696c6 16:e918432ddd92
    26 
    26 
    27 //Forward declaration
    27 //Forward declaration
    28 class CSearchDocument;
    28 class CSearchDocument;
    29 class CMdEObject;
    29 class CMdEObject;
    30 class CMdEObjectDef;
    30 class CMdEObjectDef;
       
    31 
       
    32 #define CPIX_MIMETYPE_FIELD      L"_mimetype"
       
    33 #define LCPIX_MIMETYPE_FIELD     L"_mimetype"
       
    34 const TInt KInitialExcerptLength = 5;
       
    35 const TInt KStartPosition = 2; //Start position of absolute path
       
    36 const TInt KDrivePosition = 0; //Drive position in object Uri
       
    37 const TInt KMaxMediaLength = 14;
       
    38 const TInt KMaxExtLength = 5;
       
    39 //To unsigned decimal representation as UIds are out of range for signed decimal
       
    40 _LIT(KFormat, "%u");
       
    41 _LIT(KNameField, "Name");
       
    42 _LIT(KMediaIdField, "MediaId");
       
    43 _LIT(KExtensionField, "Extension");
       
    44 _LIT(KExcerptDelimiter, " ");
       
    45 
    31 
    46 
    32 class CCPIXDocFetcher : public CBase
    47 class CCPIXDocFetcher : public CBase
    33     {
    48     {
    34 public:
    49 public:
    35     /**
    50     /**