diff -r c461c7fa72c2 -r 81125601ee77 clfwrapper/ClientSrc/CCLFServerProxy.cpp --- a/clfwrapper/ClientSrc/CCLFServerProxy.cpp Thu May 27 13:18:43 2010 +0300 +++ b/clfwrapper/ClientSrc/CCLFServerProxy.cpp Fri Jun 11 14:04:21 2010 +0300 @@ -32,7 +32,7 @@ // CONSTANTS const TInt KCLFDefaultBufferLength( 64 ); const TInt KCLFDefaultArrayGranularity( 4 ); -const TInt KCLFExtensionArrayGranularity( 50 ); +const TInt KCLFExtensionArrayGranularity( 51 ); _LIT( KCLFDriveLetterFormatString, ":\\" ); const TInt KCLFDriveC( 'C' ); @@ -93,6 +93,7 @@ _LIT( KExtensionWmv, "wmv" ); _LIT( KExtensionAvi, "avi" ); _LIT( KExtensionDivx, "divx" ); +_LIT( KExtensionAsf, "asf" ); // ======== MEMBER FUNCTIONS ======== @@ -1285,6 +1286,7 @@ iExtensionArray->InsertIsqL( KExtensionWmv ); iExtensionArray->InsertIsqL( KExtensionAvi ); iExtensionArray->InsertIsqL( KExtensionDivx ); + iExtensionArray->InsertIsqL( KExtensionAsf ); } // End of File