Tag: cws_src680_hsqldb3 User: fs Date: 05/03/18 08:55:08 Modified: /dba/connectivity/com/sun/star/sdbcx/comp/hsqldb/ StorageFileAccess.java
Log: #i44127# copying changes from dba25 herein 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.4&r2=1.4.20.1 Delta lines: +5 -5 ------------------- --- StorageFileAccess.java 16 Feb 2005 15:48:29 -0000 1.4 +++ StorageFileAccess.java 18 Mar 2005 16:55:05 -0000 1.4.20.1 @@ -2,9 +2,9 @@ * * $RCSfile: StorageFileAccess.java,v $ * - * $Revision: 1.4 $ + * $Revision: 1.4.20.1 $ * - * last change: $Author: vg $ $Date: 2005/02/16 15:48:29 $ + * last change: $Author: fs $ $Date: 2005/03/18 16:55:05 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -94,7 +94,7 @@ public void createParentDirs(java.lang.String filename) { } - public boolean isStreamElement(java.lang.String elementName) throws java.util.NoSuchElementException, java.io.IOException { + public boolean isStreamElement(java.lang.String elementName) { return isStreamElement(key,elementName); } @@ -135,7 +135,7 @@ return new FileSync((NativeOutputStreamHelper)os); } - static native boolean isStreamElement(java.lang.String key,java.lang.String elementName) throws java.util.NoSuchElementException, java.io.IOException; + static native boolean isStreamElement(java.lang.String key,java.lang.String elementName); static native void removeElement(java.lang.String key,java.lang.String filename) throws java.util.NoSuchElementException, java.io.IOException; static native void renameElement(java.lang.String key,java.lang.String oldName, java.lang.String newName) throws java.util.NoSuchElementException, java.io.IOException; } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
