User: obo     
Date: 05/12/21 05:18:18

Modified:
 /dba/connectivity/source/inc/ado/
  AResultSet.hxx

Log:
 INTEGRATION: CWS dba202a (1.8.36); FILE MERGED
 2005/11/25 07:47:52 oj 1.8.36.1: #127363# new public method for late ctor

File Changes:

Directory: /dba/connectivity/source/inc/ado/
============================================

File [changed]: AResultSet.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/inc/ado/AResultSet.hxx?r1=1.8&r2=1.9
Delta lines:  +3 -2
-------------------
--- AResultSet.hxx      8 Sep 2005 06:53:13 -0000       1.8
+++ AResultSet.hxx      21 Dec 2005 13:18:16 -0000      1.9
@@ -134,7 +134,6 @@
 
             void setFetchDirection(sal_Int32 _par0) 
throw(::com::sun::star::sdbc::SQLException, 
::com::sun::star::uno::RuntimeException);
             void setFetchSize(sal_Int32 _par0) 
throw(::com::sun::star::sdbc::SQLException, 
::com::sun::star::uno::RuntimeException);
-                       void construct();
                        void updateValue(sal_Int32 columnIndex,const 
OLEVariant& x);
                        OLEVariant getValue(sal_Int32 columnIndex ) 
throw(::com::sun::star::sdbc::SQLException, 
::com::sun::star::uno::RuntimeException);
 
@@ -165,6 +164,8 @@
                        OResultSet( ADORecordset* _pRecordSet,OStatement_Base* 
pStmt);
                        OResultSet( ADORecordset* _pRecordSet);
                        
+                       // late constructor
+                       void construct();               
 
                        virtual ::rtl::OUString SAL_CALL getImplementationName( 
 ) throw (::com::sun::star::uno::RuntimeException);
                        virtual sal_Bool SAL_CALL supportsService( const 
::rtl::OUString& ServiceName ) throw(::com::sun::star::uno::RuntimeException);




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

Reply via email to