User: hr      
Date: 06/06/19 18:45:32

Modified:
 /dba/connectivity/source/drivers/mozab/
  MStatement.hxx

Log:
 INTEGRATION: CWS warnings01 (1.5.30); FILE MERGED
 2005/12/22 12:44:54 fs 1.5.30.4: warning-free code
 2005/11/21 10:07:53 fs 1.5.30.3: #i57457# warning-free code on unx*
 2005/11/16 12:59:14 fs 1.5.30.2: #i57457# warning free code
 2005/11/07 14:43:47 fs 1.5.30.1: #i57457# warning-free code

File Changes:

Directory: /dba/connectivity/source/drivers/mozab/
==================================================

File [changed]: MStatement.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/mozab/MStatement.hxx?r1=1.5&r2=1.6
Delta lines:  +17 -7
--------------------
--- MStatement.hxx      8 Sep 2005 06:21:06 -0000       1.5
+++ MStatement.hxx      20 Jun 2006 01:45:30 -0000      1.6
@@ -81,9 +81,14 @@
 #ifndef _CONNECTIVITY_FILE_VALUE_HXX_
 #include <connectivity/FValue.hxx>
 #endif
+#ifndef CONNECTIVITY_TSORTINDEX_HXX
+#include "TSortIndex.hxx"
+#endif
 #include "MConnection.hxx"
 #include "MTable.hxx"
 
+#include <memory>
+
 namespace connectivity
 {
        namespace mozab
@@ -120,13 +125,16 @@
             OValueRow                                   m_aRow;
 
             connectivity::OSQLParser                    m_aParser;
-            connectivity::OSQLParseTreeIterator         m_aSQLIterator;
+            ::std::auto_ptr< connectivity::OSQLParseTreeIterator >
+                                                        m_pSQLIterator;
 
             connectivity::OSQLParseNode*                m_pParseTree;
 
             ::std::vector<sal_Int32>                    m_aColMapping; 
             ::std::vector<sal_Int32>                    m_aOrderbyColumnNumber;
-            ::std::vector<sal_Int16>                    m_aOrderbyAscending;
+            ::std::vector<TAscendingOrder>              m_aOrderbyAscending;
+
+            ::cppu::OBroadcastHelper&                   rBHelper;
 
                protected:
 
@@ -172,7 +180,6 @@
                        // other methods
                        OConnection* getOwnConnection() const { return 
m_pConnection;}
 
-                       ::cppu::OBroadcastHelper& rBHelper;
                        OStatement_Base(OConnection* _pConnection );
                        using OStatement_BASE::operator 
::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >;
 
@@ -198,6 +205,9 @@
                        virtual void SAL_CALL clearWarnings(  ) 
throw(::com::sun::star::sdbc::SQLException, 
::com::sun::star::uno::RuntimeException);
                        // XCloseable
             virtual void SAL_CALL close(  ) 
throw(::com::sun::star::sdbc::SQLException, 
::com::sun::star::uno::RuntimeException);
+
+        protected:
+            using OPropertySetHelper::getFastPropertyValue;
                };
 
                class OStatement_BASE2  :public OStatement_Base




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

Reply via email to