Tag: cws_src680_dba28
User: fs      
Date: 05/03/23 06:52:29

Modified:
 /dba/connectivity/com/sun/star/sdbcx/comp/hsqldb/
  StorageFileAccess.java

Log:
 #i45314# properly implement sync

File Changes:

Directory: /dba/connectivity/com/sun/star/sdbcx/comp/hsqldb/
============================================================

File [changed]: StorageFileAccess.java
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/com/sun/star/sdbcx/comp/hsqldb/StorageFileAccess.java?r1=1.5&r2=1.5.2.1
Delta lines:  +13 -12
---------------------
--- StorageFileAccess.java      18 Mar 2005 09:56:27 -0000      1.5
+++ StorageFileAccess.java      23 Mar 2005 14:52:26 -0000      1.5.2.1
@@ -2,9 +2,9 @@
  *
  *  $RCSfile: StorageFileAccess.java,v $
  *
- *  $Revision: 1.5 $
+ *  $Revision: 1.5.2.1 $
  *
- *  last change: $Author: obo $ $Date: 2005/03/18 09:56:27 $
+ *  last change: $Author: fs $ $Date: 2005/03/23 14:52:26 $
  *
  *  The Contents of this file are made available subject to the terms of
  *  either of the following licenses
@@ -127,6 +127,7 @@
         }
         public void sync() throws java.io.IOException
         {
+            os.sync();
         }
     }
     




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to