From 30e66ea6c827d7eb7b93c4edef77ea674da646f2 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Fri, 4 Jan 2008 11:56:42 +0000 Subject: INTEGRATION: CWS adc21 (1.3.6); FILE MERGED 2007/11/26 16:45:09 np 1.3.6.1: #i83969# --- autodoc/source/ary/cpp/c_reposypart.cxx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/autodoc/source/ary/cpp/c_reposypart.cxx b/autodoc/source/ary/cpp/c_reposypart.cxx index 2ec47e18608e..4d57407c3c76 100644 --- a/autodoc/source/ary/cpp/c_reposypart.cxx +++ b/autodoc/source/ary/cpp/c_reposypart.cxx @@ -4,9 +4,9 @@ * * $RCSfile: c_reposypart.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: kz $ $Date: 2007-12-14 15:39:30 $ + * last change: $Author: hr $ $Date: 2008-01-04 12:56:42 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -363,9 +363,12 @@ RepositoryPartition::Connect_AllTypes_2_TheirRelated_CodeEntites() aHierarchyLinker(*this); filter_class_iter itEnd( pCes->Storage().End() ); for ( filter_class_iter it( pCes->Storage().BeginUnreserved() ); - it != itEnd AND it.IsValid(); + it != itEnd; ++it ) { + if (NOT it.IsValid()) + continue; + if (is_type(*it)) aHierarchyLinker(ary_cast(*it)); } -- cgit