Tag: cws_src680_dba201d User: fs Date: 05/10/05 03:21:23 Modified: /dba/dbaccess/source/ui/inc/ unodatbr.hxx
Log: #i55493# +impl_releaseConnection File Changes: Directory: /dba/dbaccess/source/ui/inc/ ======================================= File [changed]: unodatbr.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/unodatbr.hxx?r1=1.62&r2=1.62.2.1 Delta lines: +6 -3 ------------------- --- unodatbr.hxx 23 Sep 2005 12:36:05 -0000 1.62 +++ unodatbr.hxx 5 Oct 2005 10:21:18 -0000 1.62.2.1 @@ -4,9 +4,9 @@ * * $RCSfile: unodatbr.hxx,v $ * - * $Revision: 1.62 $ + * $Revision: 1.62.2.1 $ * - * last change: $Author: hr $ $Date: 2005/09/23 12:36:05 $ + * last change: $Author: fs $ $Date: 2005/10/05 10:21:18 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -333,6 +333,9 @@ // disposes the connection associated with the given entry (which must represent a data source) void disposeConnection( SvLBoxEntry* _pDSEntry ); + + /// flushs and disposes the given connection, and de-registers as listener + void impl_releaseConnection( SharedConnection& _rxConnection ); /** close the connection (and collapse the list entries) of the given list entries */ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
