Tag: cws_src680_warnings01
User: sb      
Date: 06/04/07 13:22:27

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

Log:
 RESYNC: (1.13-1.14); FILE MERGED

File Changes:

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

File [changed]: MConnection.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/mozab/MConnection.hxx?r1=1.13.30.2&r2=1.13.30.3
Delta lines:  +12 -3
--------------------
--- MConnection.hxx     21 Nov 2005 10:07:51 -0000      1.13.30.2
+++ MConnection.hxx     7 Apr 2006 20:22:24 -0000       1.13.30.3
@@ -70,6 +70,8 @@
 #include <com/sun/star/mozilla/MozillaProductType.hpp>
 #endif
 
+#include <memory>
+
 namespace connectivity
 {
        namespace mozab
@@ -121,6 +123,7 @@
 
         typedef connectivity::OMetaConnection                          
OConnection_BASE; // implements basics and text encoding
 
+        struct ConnectionImplData;
                class OConnection : public OConnection_BASE,
                                                        public 
connectivity::OSubComponent<OConnection, OConnection_BASE>
                {
@@ -140,6 +143,10 @@
                                                                                
                                //  an operation
                        MozabDriver*                                            
        m_pDriver;              //      Pointer to the owning
                                                                                
                                                        //  driver object
+            ::std::auto_ptr< ConnectionImplData >   m_pImplData;
+                // This is to be able to hold a boost::shared_ptr. If we would 
hold it as member, it would
+                // not compile the mozillasrc directory, since this directory 
is compiled without RTTI support
+                // and boost seems to require RTTI on some platforms.
             // Store Catalog
             ::com::sun::star::uno::Reference< 
::com::sun::star::sdbcx::XTablesSupplier>                        m_xCatalog;
                        // Start of Additions from the land of mozilla
@@ -216,6 +223,8 @@
                                        return 
::com::sun::star::mozilla::MozillaProductType_Thunderbird;
                                return 
::com::sun::star::mozilla::MozillaProductType_Mozilla;
                        }
+
+            void throwGenericSQLException( sal_Int32 _nErrorResourceId );
 
                        // Get Ldap BindDN (user name)
             rtl::OUString getBindDN() const { return m_sBindDN; }




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

Reply via email to