Tag: cws_src680_dba202a
User: oj      
Date: 05/11/24 23:47:54

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

Log:
 #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.8.36.1
Delta lines:  +6 -5
-------------------
--- AResultSet.hxx      8 Sep 2005 06:53:13 -0000       1.8
+++ AResultSet.hxx      25 Nov 2005 07:47:52 -0000      1.8.36.1
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: AResultSet.hxx,v $
  *
- *  $Revision: 1.8 $
+ *  $Revision: 1.8.36.1 $
  *
- *  last change: $Author: rt $ $Date: 2005/09/08 06:53:13 $
+ *  last change: $Author: oj $ $Date: 2005/11/25 07:47:52 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -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