User: rt Date: 05/10/24 01:32:13 Modified: /dba/dbaccess/source/ui/inc/ unodatbr.hxx
Log: INTEGRATION: CWS dba201d (1.62.2); FILE MERGED 2005/10/05 10:21:18 fs 1.62.2.1: #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.63 Delta lines: +3 -0 ------------------- --- unodatbr.hxx 23 Sep 2005 12:36:05 -0000 1.62 +++ unodatbr.hxx 24 Oct 2005 08:32:10 -0000 1.63 @@ -334,6 +334,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 */ void closeConnection(SvLBoxEntry* _pEntry,sal_Bool _bDisposeConnection = sal_True); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
