clfwrapper/ClientSrc/CCLFServerProxy.cpp
changeset 31 81125601ee77
parent 23 33ae025ac1e8
child 40 910a23996aa0
equal deleted inserted replaced
28:c461c7fa72c2 31:81125601ee77
    30 #include "mdsutils.h"
    30 #include "mdsutils.h"
    31 
    31 
    32 // CONSTANTS
    32 // CONSTANTS
    33 const TInt KCLFDefaultBufferLength( 64 );
    33 const TInt KCLFDefaultBufferLength( 64 );
    34 const TInt KCLFDefaultArrayGranularity( 4 );
    34 const TInt KCLFDefaultArrayGranularity( 4 );
    35 const TInt KCLFExtensionArrayGranularity( 50 );
    35 const TInt KCLFExtensionArrayGranularity( 51 );
    36 
    36 
    37 _LIT( KCLFDriveLetterFormatString, ":\\" );
    37 _LIT( KCLFDriveLetterFormatString, ":\\" );
    38 const TInt KCLFDriveC( 'C' );
    38 const TInt KCLFDriveC( 'C' );
    39 
    39 
    40 const TInt KDelayNotityCLFGetUpdateEventMaxTimes = 30;
    40 const TInt KDelayNotityCLFGetUpdateEventMaxTimes = 30;
    91 _LIT( KExtensionRam,   "ram" );
    91 _LIT( KExtensionRam,   "ram" );
    92 _LIT( KExtensionRv,    "rv" );
    92 _LIT( KExtensionRv,    "rv" );
    93 _LIT( KExtensionWmv,    "wmv" );
    93 _LIT( KExtensionWmv,    "wmv" );
    94 _LIT( KExtensionAvi,    "avi" );
    94 _LIT( KExtensionAvi,    "avi" );
    95 _LIT( KExtensionDivx,    "divx" );
    95 _LIT( KExtensionDivx,    "divx" );
       
    96 _LIT( KExtensionAsf,    "asf" );
    96 
    97 
    97 // ======== MEMBER FUNCTIONS ========
    98 // ======== MEMBER FUNCTIONS ========
    98 
    99 
    99 // -----------------------------------------------------------------------------
   100 // -----------------------------------------------------------------------------
   100 // CItemsDeletedHandler::CUpdateItemsHandler
   101 // CItemsDeletedHandler::CUpdateItemsHandler
  1283     iExtensionArray->InsertIsqL( KExtensionRam );
  1284     iExtensionArray->InsertIsqL( KExtensionRam );
  1284     iExtensionArray->InsertIsqL( KExtensionRv );
  1285     iExtensionArray->InsertIsqL( KExtensionRv );
  1285     iExtensionArray->InsertIsqL( KExtensionWmv );
  1286     iExtensionArray->InsertIsqL( KExtensionWmv );
  1286     iExtensionArray->InsertIsqL( KExtensionAvi );
  1287     iExtensionArray->InsertIsqL( KExtensionAvi );
  1287     iExtensionArray->InsertIsqL( KExtensionDivx );
  1288     iExtensionArray->InsertIsqL( KExtensionDivx );
       
  1289     iExtensionArray->InsertIsqL( KExtensionAsf );
  1288     }
  1290     }
  1289 
  1291 
  1290 //  End of File
  1292 //  End of File