User: obo Date: 06/03/29 04:14:21 Modified: /dba/connectivity/source/drivers/ado/ AConnection.cxx
Log: INTEGRATION: CWS dba203a (1.23.76); FILE MERGED 2006/03/20 13:25:44 fs 1.23.76.1: #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.24 Delta lines: +28 -34 --------------------- --- AConnection.cxx 8 Sep 2005 05:26:57 -0000 1.23 +++ AConnection.cxx 29 Mar 2006 12:14:19 -0000 1.24 @@ -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]
