BufferedContentDiskDriver getFileInfomation now updates file state timestamps.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@29669 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Mark Rogers
2011-08-10 17:07:56 +00:00
parent abae741e01
commit 552a6cb85f
5 changed files with 179 additions and 31 deletions

View File

@@ -156,8 +156,8 @@ public class ContentQuotaManager implements QuotaManager, Runnable {
* @param sess SrvSession
* @param tree TreeConnection
* @param file NetworkFile
* @param alloc long
* @return long
* @param alloc long requested allocation size
* @return long granted allocation size
* @exception IOException
*/
public long allocateSpace(SrvSession sess, TreeConnection tree, NetworkFile file, long alloc)