Tag: cws_src680_qiq User: fs Date: 2006/06/28 00:41:22 Modified: dba/connectivity/source/sdbcx/VDescriptor.cxx
Log: #i10000# File Changes: Directory: /dba/connectivity/source/sdbcx/ ========================================== File [changed]: VDescriptor.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/sdbcx/VDescriptor.cxx?r1=1.4.104.2&r2=1.4.104.3 Delta lines: +3 -13 -------------------- --- VDescriptor.cxx 27 Jun 2006 15:12:20 -0000 1.4.104.2 +++ VDescriptor.cxx 28 Jun 2006 07:41:20 -0000 1.4.104.3 @@ -4,9 +4,9 @@ * * $RCSfile: VDescriptor.cxx,v $ * - * $Revision: 1.4.104.2 $ + * $Revision: 1.4.104.3 $ * - * last change: $Author: fs $ $Date: 2006/06/27 15:12:20 $ + * last change: $Author: fs $ $Date: 2006/06/28 07:41:20 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -135,16 +135,6 @@ } return pId->getImplementationId(); } - - // ----------------------------------------------------------------------------- - ODescriptor* ODescriptor::getImplementation( const Reference< XInterface >& _rxComponent ) - { - ODescriptor* pReturn = NULL; - Reference< XUnoTunnel > xTunnel( _rxComponent, UNO_QUERY ); - if ( xTunnel.is() ) - pReturn = reinterpret_cast< ODescriptor* >( xTunnel->getSomething( getUnoTunnelImplementationId() ) ); - return pReturn; - } // ----------------------------------------------------------------------------- Any SAL_CALL ODescriptor::queryInterface( const Type & rType ) throw(RuntimeException) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
