User: hr Date: 06/06/19 18:38:44 Modified: /dba/connectivity/source/drivers/kab/ KDriver.cxx
Log: INTEGRATION: CWS warnings01 (1.3.4); FILE MERGED 2006/04/07 20:21:50 sb 1.3.4.2: RESYNC: (1.3-1.5); FILE MERGED 2006/01/30 14:18:52 sb 1.3.4.1: #i53898# Made code warning-free. 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.5&r2=1.6 Delta lines: +5 -5 ------------------- --- KDriver.cxx 29 Mar 2006 12:17:04 -0000 1.5 +++ KDriver.cxx 20 Jun 2006 01:38:42 -0000 1.6 @@ -75,9 +75,9 @@ // -------------------------------------------------------------------------------- KabImplModule::KabImplModule( const Reference< XMultiServiceFactory >& _rxFactory ) :m_xORB(_rxFactory) - ,m_hConnectorModule(NULL) ,m_bAttemptedLoadModule(false) ,m_bAttemptedInitialize(false) + ,m_hConnectorModule(NULL) ,m_pConnectionFactoryFunc(NULL) ,m_pApplicationInitFunc(NULL) ,m_pApplicationShutdownFunc(NULL) @@ -435,7 +435,7 @@ return (!url.compareTo(::rtl::OUString::createFromAscii("sdbc:address:kab:"), 16)); } // -------------------------------------------------------------------------------- -Sequence< DriverPropertyInfo > SAL_CALL KabDriver::getPropertyInfo( const ::rtl::OUString& url, const Sequence< PropertyValue >& info ) throw(SQLException, RuntimeException) +Sequence< DriverPropertyInfo > SAL_CALL KabDriver::getPropertyInfo( const ::rtl::OUString&, const Sequence< PropertyValue >& ) throw(SQLException, RuntimeException) { // if you have something special to say, return it here :-) return Sequence< DriverPropertyInfo >(); @@ -453,17 +453,17 @@ return 1; } // -------------------------------------------------------------------------------- -void SAL_CALL KabDriver::queryTermination( const EventObject& Event ) throw (TerminationVetoException, RuntimeException) +void SAL_CALL KabDriver::queryTermination( const EventObject& ) throw (TerminationVetoException, RuntimeException) { // nothing to do, nothing to veto } // -------------------------------------------------------------------------------- -void SAL_CALL KabDriver::notifyTermination( const EventObject& Event ) throw (RuntimeException) +void SAL_CALL KabDriver::notifyTermination( const EventObject& ) throw (RuntimeException) { m_aImplModule.shutdown(); } // -------------------------------------------------------------------------------- -void SAL_CALL KabDriver::disposing( const EventObject& Source ) throw (RuntimeException) +void SAL_CALL KabDriver::disposing( const EventObject& ) throw (RuntimeException) { // not interested in (this is the disposing of the desktop, if any) } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
