Tag: cws_src680_dba201b User: fs Date: 05/07/20 02:57:19 Modified: /dba/dbaccess/source/ui/inc/ commontypes.hxx
Log: #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.3&r2=1.3.376.1 Delta lines: +13 -2 -------------------- --- commontypes.hxx 19 Mar 2003 17:52:38 -0000 1.3 +++ commontypes.hxx 20 Jul 2005 09:57:16 -0000 1.3.376.1 @@ -2,9 +2,9 @@ * * $RCSfile: commontypes.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.3.376.1 $ * - * last change: $Author: hr $ $Date: 2003/03/19 17:52:38 $ + * last change: $Author: fs $ $Date: 2005/07/20 09:57:16 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -65,6 +65,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 @@ -74,6 +83,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]
