clfwrapper/ClientSrc/CCLFServerProxy.cpp
branchRCL_3
changeset 14 3e156c80c15d
parent 9 82c0024438c8
child 19 b73252188534
equal deleted inserted replaced
13:4a4892eec172 14:3e156c80c15d
    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