Tag: cws_src680_dba203a User: fs Date: 06/03/20 05:25:47 Modified: /dba/connectivity/source/drivers/ado/ AConnection.cxx
Log: #i10000# File Changes: Directory: /dba/connectivity/source/drivers/ado/ ================================================ File [changed]: AConnection.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/ado/AConnection.cxx?r1=1.23&r2=1.23.76.1 Delta lines: +31 -37 --------------------- --- AConnection.cxx 8 Sep 2005 05:26:57 -0000 1.23 +++ AConnection.cxx 20 Mar 2006 13:25:44 -0000 1.23.76.1 @@ -4,9 +4,9 @@ * * $RCSfile: AConnection.cxx,v $ * - * $Revision: 1.23 $ + * $Revision: 1.23.76.1 $ * - * last change: $Author: rt $ $Date: 2005/09/08 05:26:57 $ + * last change: $Author: fs $ $Date: 2006/03/20 13:25:44 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -43,9 +43,6 @@ #ifndef _CONNECTIVITY_RESOURCE_HRC_ #include "Resource.hrc" #endif -#ifndef _CONNECTIVITY_MODULECONTEXT_HXX_ -#include "ModuleContext.hxx" -#endif #ifndef _CONNECTIVITY_ADO_ADRIVER_HXX_ #include "ado/ADriver.hxx" #endif @@ -107,8 +104,6 @@ m_nEngineType(0), m_pCatalog(NULL) { - ModuleContext::AddRef(); - osl_incrementInterlockedCount( &m_refCount ); IClassFactory2* pIUnknown = NULL; @@ -148,7 +143,6 @@ //----------------------------------------------------------------------------- OConnection::~OConnection() { - ModuleContext::ReleaseRef(); } //----------------------------------------------------------------------------- void OConnection::construct(const ::rtl::OUString& url,const Sequence< PropertyValue >& info) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
