User: hr Date: 05/04/06 02:47:15 Modified: /dba/dbaccess/source/core/dataaccess/ commitlistener.hxx
Log: INTEGRATION: CWS dba29 (1.2.118); FILE MERGED 2005/04/01 10:57:09 fs 1.2.118.1: #i46412# dispose File Changes: Directory: /dba/dbaccess/source/core/dataaccess/ ================================================ File [changed]: commitlistener.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/dataaccess/commitlistener.hxx?r1=1.2&r2=1.3 Delta lines: +8 -3 ------------------- --- commitlistener.hxx 2 Aug 2004 15:07:59 -0000 1.2 +++ commitlistener.hxx 6 Apr 2005 09:47:12 -0000 1.3 @@ -96,6 +96,11 @@ virtual void SAL_CALL reverted( const ::com::sun::star::lang::EventObject& aEvent ) throw (::com::sun::star::uno::RuntimeException); virtual void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& Source ) throw (::com::sun::star::uno::RuntimeException); + + /** disposes the object, so it resets it's XModifiable to <NULL/>, and becomes + defunc + */ + void dispose(); }; //........................................................................ } // namespace dbaccess --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
