User: hr      
Date: 06/01/25 05:43:19

Modified:
 /dba/dbaccess/source/core/api/
  RowSetBase.hxx

Log:
 INTEGRATION: CWS stlusagefix01 (1.32.72); FILE MERGED
 2006/01/16 13:47:16 oj 1.32.72.1: #i60480# fix stl usage

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.32&r2=1.33
Delta lines:  +2 -1
-------------------
--- RowSetBase.hxx      8 Sep 2005 10:01:22 -0000       1.32
+++ RowSetBase.hxx      25 Jan 2006 13:43:17 -0000      1.33
@@ -330,13 +330,14 @@
 
                // ==========================================================
                // granular access control
-               struct GrantNotifierAccess { friend class ORowSetNotifier; 
private: GrantNotifierAccess () { } };
+               struct GrantNotifierAccess { friend class ORowSetNotifier; 
friend class ORowSetCacheIterator; friend class ORowSetCache; private: 
GrantNotifierAccess () { } };
 
                // cancel the insertion, if necessary (means if we're on the 
insert row)
                inline  void            doCancelModification( const 
GrantNotifierAccess& ) { doCancelModification(); }
                inline  sal_Bool        isModification( const 
GrantNotifierAccess& ) { return isModification(); }
                inline  sal_Bool        isModified( const GrantNotifierAccess& 
) { return isModified(); }
                inline  sal_Bool        isNew( const GrantNotifierAccess& ) { 
return isNew(); }
+               inline  sal_Bool        isInsertRow( const GrantNotifierAccess& 
) { return isNew() || isModified(); }
                inline  void            fireProperty( sal_Int32 _nProperty, 
sal_Bool _bNew, sal_Bool _bOld, const GrantNotifierAccess& )
                {
                        fireProperty( _nProperty, _bNew, _bOld );




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to