photosgallery/collectionframework/datasource/plugins/glxdatasourcemde2.5/src/glxdatasourcetaskmdscommand.cpp
branchRCL_3
changeset 11 71da52165949
parent 9 6b87b143d312
child 12 ce1c7ad1f18b
equal deleted inserted replaced
9:6b87b143d312 11:71da52165949
    90 const TInt KDriveLetterLength = 1;
    90 const TInt KDriveLetterLength = 1;
    91 _LIT(KColonBackslash, ":\\");
    91 _LIT(KColonBackslash, ":\\");
    92 _LIT(KFileNameFormatString, "(%+02u)");
    92 _LIT(KFileNameFormatString, "(%+02u)");
    93 
    93 
    94 // Items to be deleted from File server at a time before calling scheduler wait
    94 // Items to be deleted from File server at a time before calling scheduler wait
    95 const TInt KDeletedItemCount = 50;
    95 const TInt KDeletedItemCount = 10;
    96 const TInt KDeleteOperationInterval = 200000;
    96 const TInt KDeleteOperationInterval = 1000;
    97 
    97 
    98 // ----------------------------------------------------------------------------
    98 // ----------------------------------------------------------------------------
    99 // Destructor
    99 // Destructor
   100 // ----------------------------------------------------------------------------
   100 // ----------------------------------------------------------------------------
   101 //
   101 //