INTEGRATION: CWS adc6 (1.2.12); FILE MERGED

2003/06/26 14:43:28 np 1.2.12.1: #110259# Fix differing output on Windows vs. Unix and remove broken links from output.
This commit is contained in:
Jens-Heiner Rechtien 2003-06-30 14:26:10 +00:00
parent 2eed0ed5d0
commit 426eed0a88

View file

@ -2,9 +2,9 @@
*
* $RCSfile: usedtype.cxx,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change: $Author: hr $ $Date: 2003-04-15 18:44:44 $
* last change: $Author: hr $ $Date: 2003-06-30 15:26:10 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -314,7 +314,7 @@ UsedType::Connect2Ce( const Gate & i_rGate )
{
if ( DoesMatch_Ce(*it, i_rGate) )
{
if ( NOT static_cast< const info::CodeInfo& >( i_rGate.Ref_Ce(*it).Info()).IsInternal() )
if ( NOT i_rGate.Ref_Ce(*it).Info().IsInternal() )
{
ret = *it;
nMatchCounter++;