User: hr Date: 2006/08/15 03:41:46 Modified: dba/dbaccess/source/core/api/RowSet.hxx
Log: INTEGRATION: CWS dba30 (1.39.12); FILE MERGED 2006/07/19 12:08:58 fs 1.39.12.4: RESYNC: (1.42-1.44); FILE MERGED 2006/03/21 18:20:26 fs 1.39.12.3: RESYNC: (1.41-1.42); FILE MERGED 2005/09/30 06:00:24 fs 1.39.12.2: RESYNC: (1.39-1.41); FILE MERGED 2005/04/06 07:14:12 fs 1.39.12.1: #i46768# getPropertyDefaultByHandle signature changed File Changes: Directory: /dba/dbaccess/source/core/api/ ========================================= File [changed]: RowSet.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/RowSet.hxx?r1=1.45&r2=1.46 Delta lines: +1 -1 ------------------- --- RowSet.hxx 4 Aug 2006 13:55:25 -0000 1.45 +++ RowSet.hxx 15 Aug 2006 10:41:43 -0000 1.46 @@ -248,7 +248,7 @@ protected: virtual void SAL_CALL setFastPropertyValue_NoBroadcast(sal_Int32 nHandle,const ::com::sun::star::uno::Any& rValue) throw (::com::sun::star::uno::Exception); virtual void SAL_CALL getFastPropertyValue(::com::sun::star::uno::Any& rValue,sal_Int32 nHandle) const; - virtual ::com::sun::star::uno::Any getPropertyDefaultByHandle( sal_Int32 _nHandle ) const; + virtual void getPropertyDefaultByHandle( sal_Int32 _nHandle, ::com::sun::star::uno::Any& _rDefault ) const; virtual void fireRowcount(); void notifyAllListenersRowBeforeChange(::osl::ResettableMutexGuard& _rGuard,const ::com::sun::star::sdb::RowChangeEvent &rEvt); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
