User: hr      
Date: 06/06/19 18:00:01

Modified:
 /dba/connectivity/inc/connectivity/
  dbexception.hxx

Log:
 INTEGRATION: CWS warnings01 (1.12.30); FILE MERGED
 2006/04/07 20:13:39 sb 1.12.30.3: RESYNC: (1.13-1.14); FILE MERGED
 2005/11/16 12:58:40 fs 1.12.30.2: #i57457# warning free code
 2005/11/07 14:42:54 fs 1.12.30.1: #i57457# warning-free code

File Changes:

Directory: /dba/connectivity/inc/connectivity/
==============================================

File [changed]: dbexception.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/inc/connectivity/dbexception.hxx?r1=1.14&r2=1.15
Delta lines:  +5 -12
--------------------
--- dbexception.hxx     25 Jan 2006 14:59:49 -0000      1.14
+++ dbexception.hxx     20 Jun 2006 00:59:59 -0000      1.15
@@ -123,23 +123,16 @@
 
 class SQLExceptionIteratorHelper
 {
-public:
-       // specifying the type of the elements to include
-       enum NODES_INCLUDED { NI_EXCEPTIONS, NI_WARNINGS, NI_CONTEXTINFOS };
-               // as ContextInfos are derived from Warnings and Warnings from 
Exceptions this is sufficient ...
-
 protected:
        const ::com::sun::star::sdbc::SQLException*     m_pCurrent;
        SQLExceptionInfo::TYPE                  m_eCurrentType;
 
-       NODES_INCLUDED                                  m_eMask;
-
 public:
-       SQLExceptionIteratorHelper(const ::com::sun::star::sdbc::SQLException* 
_pStart, NODES_INCLUDED _eMask = NI_EXCEPTIONS);
-       SQLExceptionIteratorHelper(const ::com::sun::star::sdbc::SQLWarning* 
_pStart, NODES_INCLUDED _eMask = NI_EXCEPTIONS);
-       SQLExceptionIteratorHelper(const ::com::sun::star::sdb::SQLContext* 
_pStart, NODES_INCLUDED _eMask = NI_EXCEPTIONS);
+       SQLExceptionIteratorHelper(const ::com::sun::star::sdbc::SQLException* 
_pStart);
+       SQLExceptionIteratorHelper(const ::com::sun::star::sdbc::SQLWarning* 
_pStart);
+       SQLExceptionIteratorHelper(const ::com::sun::star::sdb::SQLContext* 
_pStart);
                // same note as above for the SQLExceptionInfo ctors
-       SQLExceptionIteratorHelper(const SQLExceptionInfo& _rStart, 
NODES_INCLUDED _eMask = NI_EXCEPTIONS);
+       SQLExceptionIteratorHelper(const SQLExceptionInfo& _rStart);
 
        sal_Bool                                                                
        hasMoreElements() const { return (m_pCurrent != NULL); }
        const ::com::sun::star::sdbc::SQLException*     next();




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

Reply via email to