clfwrapper/ClientSrc/CCLFServerProxy.cpp
changeset 31 81125601ee77
parent 23 33ae025ac1e8
child 40 910a23996aa0
--- 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