User: hr      
Date: 05/09/23 05:34:54

Modified:
 /dba/dbaccess/source/ui/inc/
  commontypes.hxx

Log:
 INTEGRATION: CWS dba201b (1.3.376); FILE MERGED
 2005/09/21 09:22:50 oj 1.3.376.2: RESYNC: (1.3-1.4); FILE MERGED
 2005/07/20 09:57:16 fs 1.3.376.1: #i51255# +SharedConnection

File Changes:

Directory: /dba/dbaccess/source/ui/inc/
=======================================

File [changed]: commontypes.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/commontypes.hxx?r1=1.4&r2=1.5
Delta lines:  +11 -0
--------------------
--- commontypes.hxx     8 Sep 2005 15:45:30 -0000       1.4
+++ commontypes.hxx     23 Sep 2005 12:34:51 -0000      1.5
@@ -39,6 +39,15 @@
 #ifndef _COMPHELPER_STLTYPES_HXX_
 #include <comphelper/stl_types.hxx>
 #endif
+#ifndef UNOTOOLS_INC_SHAREDUNOCOMPONENT_HXX
+#include <unotools/sharedunocomponent.hxx>
+#endif
+
+namespace com { namespace sun { namespace star { 
+    namespace sdbc {
+        class XConnection;
+    }
+} } }
 
 //.........................................................................
 namespace dbaui
@@ -48,6 +57,8 @@
        DECLARE_STL_STDKEY_SET( ::rtl::OUString, StringBag );
        DECLARE_STL_VECTOR( sal_Int8, ByteVector );
        DECLARE_STL_VECTOR( ::rtl::OUString, StringArray );
+
+    typedef ::utl::SharedUNOComponent< ::com::sun::star::sdbc::XConnection > 
SharedConnection;
 
 //.........................................................................
 }      // namespace dbaui




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

Reply via email to