User: hr Date: 06/06/19 18:30:56 Modified: /dba/connectivity/source/drivers/hsqldb/ HTerminateListener.cxx
Log: INTEGRATION: CWS warnings01 (1.3.30); FILE MERGED 2005/11/16 12:59:06 fs 1.3.30.1: #i57457# warning free code File Changes: Directory: /dba/connectivity/source/drivers/hsqldb/ =================================================== File [changed]: HTerminateListener.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/hsqldb/HTerminateListener.cxx?r1=1.3&r2=1.4 Delta lines: +3 -23 -------------------- --- HTerminateListener.cxx 8 Sep 2005 06:04:48 -0000 1.3 +++ HTerminateListener.cxx 20 Jun 2006 01:30:54 -0000 1.4 @@ -50,39 +50,19 @@ using namespace ::com::sun::star::lang; using namespace ::rtl; -// XServiceInfo -OUString SAL_CALL OConnectionController::getImplementationName() -throw ( RuntimeException ) -{ - return OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.comp.OConnectionController" )); -} - -sal_Bool SAL_CALL OConnectionController::supportsService( const OUString& ServiceName ) -throw ( RuntimeException ) -{ - return sal_False; -} - -Sequence< OUString > SAL_CALL OConnectionController::getSupportedServiceNames() -throw ( RuntimeException ) -{ - Sequence< OUString > aSeq( 0 ); - return aSeq; -} - // XEventListener -void SAL_CALL OConnectionController::disposing( const EventObject& Source ) +void SAL_CALL OConnectionController::disposing( const EventObject& /*Source*/ ) throw( RuntimeException ) { } // XTerminateListener -void SAL_CALL OConnectionController::queryTermination( const EventObject& aEvent ) +void SAL_CALL OConnectionController::queryTermination( const EventObject& /*aEvent*/ ) throw( TerminationVetoException, RuntimeException ) { } -void SAL_CALL OConnectionController::notifyTermination( const EventObject& aEvent ) +void SAL_CALL OConnectionController::notifyTermination( const EventObject& /*aEvent*/ ) throw( RuntimeException ) { m_pDriver->shutdownConnections(); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
