User: hr Date: 06/06/19 19:06:32 Modified: /dba/connectivity/source/inc/odbc/ OResultSetMetaData.hxx
Log: INTEGRATION: CWS warnings01 (1.6.30); FILE MERGED 2005/11/21 10:08:00 fs 1.6.30.2: #i57457# warning-free code on unx* 2005/11/07 14:44:10 fs 1.6.30.1: #i57457# warning-free code File Changes: Directory: /dba/connectivity/source/inc/odbc/ ============================================= File [changed]: OResultSetMetaData.hxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/inc/odbc/OResultSetMetaData.hxx?r1=1.6&r2=1.7 Delta lines: +7 -7 ------------------- --- OResultSetMetaData.hxx 8 Sep 2005 07:37:39 -0000 1.6 +++ OResultSetMetaData.hxx 20 Jun 2006 02:06:30 -0000 1.7 @@ -76,22 +76,22 @@ public: // ein Konstruktor, der fuer das Returnen des Objektes benoetigt wird: OResultSetMetaData(OConnection* _pConnection, SQLHANDLE _pStmt ) - : m_pConnection(_pConnection) - ,m_aStatementHandle( _pStmt ) + :m_aStatementHandle( _pStmt ) + ,m_pConnection(_pConnection) ,m_nColCount(-1) ,m_bUseODBC2Types(sal_False) {} OResultSetMetaData(OConnection* _pConnection, SQLHANDLE _pStmt ,const ::std::vector<sal_Int32> & _vMapping) - : m_pConnection(_pConnection) + :m_vMapping(_vMapping) ,m_aStatementHandle( _pStmt ) - ,m_vMapping(_vMapping) + ,m_pConnection(_pConnection) ,m_nColCount(_vMapping.size()-1) ,m_bUseODBC2Types(sal_False) {} virtual ~OResultSetMetaData(); - inline void* getOdbcFunction(sal_Int32 _nIndex) const + inline oslGenericFunction getOdbcFunction(sal_Int32 _nIndex) const { return m_pConnection->getOdbcFunction(_nIndex); } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
