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:
parent
2eed0ed5d0
commit
426eed0a88
1 changed files with 3 additions and 3 deletions
|
@ -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++;
|
||||
|
|
Loading…
Reference in a new issue