Tag: cws_src680_dba30 User: fs Date: 2006/07/19 05:09:19 Modified: dba/dbaccess/source/core/api/RowSetBase.hxx
Log: RESYNC: (1.35-1.36); FILE MERGED File Changes: Directory: /dba/dbaccess/source/core/api/ ========================================= File [changed]: RowSetBase.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/RowSetBase.hxx?r1=1.31.106.3&r2=1.31.106.4 Delta lines: +10 -5 -------------------- --- RowSetBase.hxx 21 Mar 2006 18:20:54 -0000 1.31.106.3 +++ RowSetBase.hxx 19 Jul 2006 12:09:16 -0000 1.31.106.4 @@ -163,11 +163,15 @@ // fire a notification for all that are listening on column::VALUE property void firePropertyChange(const ORowSetRow& _rOldRow); - virtual void fireRowcount() { } // fire if rowcount changed - virtual sal_Bool notifyAllListenersCursorBeforeMove(::osl::ResettableMutexGuard& _rGuard) {return sal_True; } // notify row changed - virtual void notifyAllListenersCursorMoved(::osl::ResettableMutexGuard& _rGuard) { } // notify cursor moved - virtual void notifyAllListeners(::osl::ResettableMutexGuard& _rGuard) { } // notify all that rowset changed + // fire if rowcount changed + virtual void fireRowcount(); + // notify row changed + virtual sal_Bool notifyAllListenersCursorBeforeMove(::osl::ResettableMutexGuard& _rGuard); + // notify cursor moved + virtual void notifyAllListenersCursorMoved(::osl::ResettableMutexGuard& _rGuard); + // notify all that rowset changed + virtual void notifyAllListeners(::osl::ResettableMutexGuard& _rGuard); // cancel the insertion, if necessary (means if we're on the insert row) virtual void doCancelModification( ) = 0; @@ -369,6 +373,7 @@ { fireProperty( _nProperty, _bNew, _bOld ); } + using ::comphelper::OPropertyStateContainer::getFastPropertyValue; ::osl::Mutex* getMutex() const { return m_pMutex; } }; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
