Tag: cws_src680_qiq User: fs Date: 06/05/30 01:24:48 Modified: /dba/dbaccess/source/sdbtools/connection/ connectiontools.cxx, connectiontools.hxx
Log: createObjectNames -> getObjectNames (the thing is stateless, so no need to re-create it every time) File Changes: Directory: /dba/dbaccess/source/sdbtools/connection/ ==================================================== File [changed]: connectiontools.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/sdbtools/connection/connectiontools.cxx?r1=1.1.2.1&r2=1.1.2.2 Delta lines: +4 -4 ------------------- --- connectiontools.cxx 24 May 2006 06:54:02 -0000 1.1.2.1 +++ connectiontools.cxx 30 May 2006 08:24:46 -0000 1.1.2.2 @@ -4,9 +4,9 @@ * * $RCSfile: connectiontools.cxx,v $ * - * $Revision: 1.1.2.1 $ + * $Revision: 1.1.2.2 $ * - * last change: $Author: fs $ $Date: 2006/05/24 06:54:02 $ + * last change: $Author: fs $ $Date: 2006/05/30 08:24:46 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -103,7 +103,7 @@ } //-------------------------------------------------------------------- - Reference< XObjectNames > SAL_CALL ConnectionTools::createObjectNames() throw (RuntimeException) + Reference< XObjectNames > SAL_CALL ConnectionTools::getObjectNames() throw (RuntimeException) { EntryGuard aGuard( *this ); return new ObjectNames( getConnection() ); File [changed]: connectiontools.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/sdbtools/connection/connectiontools.hxx?r1=1.1.2.1&r2=1.1.2.2 Delta lines: +4 -4 ------------------- --- connectiontools.hxx 24 May 2006 06:54:03 -0000 1.1.2.1 +++ connectiontools.hxx 30 May 2006 08:24:46 -0000 1.1.2.2 @@ -4,9 +4,9 @@ * * $RCSfile: connectiontools.hxx,v $ * - * $Revision: 1.1.2.1 $ + * $Revision: 1.1.2.2 $ * - * last change: $Author: fs $ $Date: 2006/05/24 06:54:03 $ + * last change: $Author: fs $ $Date: 2006/05/30 08:24:46 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -99,7 +99,7 @@ // XConnectionTools virtual ::com::sun::star::uno::Reference< ::com::sun::star::sdb::tools::XTableName > SAL_CALL createTableName() throw (::com::sun::star::uno::RuntimeException); - virtual ::com::sun::star::uno::Reference< ::com::sun::star::sdb::tools::XObjectNames > SAL_CALL createObjectNames() throw (::com::sun::star::uno::RuntimeException); + virtual ::com::sun::star::uno::Reference< ::com::sun::star::sdb::tools::XObjectNames > SAL_CALL getObjectNames() throw (::com::sun::star::uno::RuntimeException); virtual ::com::sun::star::uno::Reference< ::com::sun::star::sdb::tools::XDataSourceMetaData > SAL_CALL getDataSourceMetaData() throw (::com::sun::star::uno::RuntimeException); // XServiceInfo --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
