Tag: cws_src680_gcc4fwdecl User: pmladek Date: 05/06/01 09:36:11 Modified: /dba/dbaccess/source/core/dataaccess/ ModelImpl.hxx
Log: #i50062# Fixed forward declarations for gcc4 in dbaccess File Changes: Directory: /dba/dbaccess/source/core/dataaccess/ ================================================ File [changed]: ModelImpl.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/dataaccess/ModelImpl.hxx?r1=1.4&r2=1.4.32.1 Delta lines: +6 -3 ------------------- --- ModelImpl.hxx 30 Mar 2005 11:55:09 -0000 1.4 +++ ModelImpl.hxx 1 Jun 2005 16:36:08 -0000 1.4.32.1 @@ -2,9 +2,9 @@ * * $RCSfile: ModelImpl.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.4.32.1 $ * - * last change: $Author: rt $ $Date: 2005/03/30 11:55:09 $ + * last change: $Author: pmladek $ $Date: 2005/06/01 16:36:08 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -190,6 +190,9 @@ typedef ::com::sun::star::uno::WeakReference< ::com::sun::star::sdbc::XConnection > OWeakConnection; typedef std::vector< OWeakConnection > OWeakConnectionArray; + +class ODatabaseContext; +class OSharedConnectionManager; //============================================================ //= ODatabaseModelImpl --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
