Tag: cws_src680_kabrefine User: fs Date: 06/01/29 23:37:32 Modified: /dba/connectivity/source/drivers/kab/ KDriver.cxx
Log: #i61335# NOW loading of the impl-module, not LAZY File Changes: Directory: /dba/connectivity/source/drivers/kab/ ================================================ File [changed]: KDriver.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/kab/KDriver.cxx?r1=1.2.10.6&r2=1.2.10.7 Delta lines: +3 -3 ------------------- --- KDriver.cxx 9 Jan 2006 09:14:04 -0000 1.2.10.6 +++ KDriver.cxx 30 Jan 2006 07:37:29 -0000 1.2.10.7 @@ -4,9 +4,9 @@ * * $RCSfile: KDriver.cxx,v $ * - * $Revision: 1.2.10.6 $ + * $Revision: 1.2.10.7 $ * - * last change: $Author: fs $ $Date: 2006/01/09 09:14:04 $ + * last change: $Author: fs $ $Date: 2006/01/30 07:37:29 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -143,7 +143,7 @@ "KabImplModule::impl_loadModule: inconsistence: inconsistency (never attempted load before, but some values already set)!"); const ::rtl::OUString sModuleName = ::rtl::OUString::createFromAscii( SAL_MODULENAME( "kabdrv1" ) ); - m_hConnectorModule = osl_loadModule( sModuleName.pData, 0 ); + m_hConnectorModule = osl_loadModule( sModuleName.pData, SAL_LOADMODULE_NOW ); // LAZY! #i61335# OSL_ENSURE( m_hConnectorModule, "KabImplModule::impl_loadModule: could not load the implementation library!" ); if ( !m_hConnectorModule ) return false; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
