Merged V2.0 to HEAD

5893: AR-1492 AVM and Solaris/NFS


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6164 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Derek Hulley
2007-07-04 15:39:42 +00:00
parent 530d129634
commit d87f03ceb4
7 changed files with 372 additions and 284 deletions

View File

@@ -223,7 +223,8 @@ public class AVMNetworkFile extends NetworkFile {
// Set modification flag
m_modified = true;
incrementWriteCount();
// Update the current file size
setFileSize( m_channel.size());
@@ -329,6 +330,7 @@ public class AVMNetworkFile extends NetworkFile {
// Set modification flag
m_modified = true;
incrementWriteCount();
}
/**