diff -r d8fccb2cd802 -r 468f4c8d3d5b Orb/Doxygen/src/classlist.h --- a/Orb/Doxygen/src/classlist.h Fri Apr 23 20:47:58 2010 +0100 +++ b/Orb/Doxygen/src/classlist.h Wed Aug 11 14:49:30 2010 +0100 @@ -2,7 +2,7 @@ * * * - * Copyright (C) 1997-2008 by Dimitri van Heesch. + * Copyright (C) 1997-2010 by Dimitri van Heesch. * * Permission to use, copy, modify, and distribute this software and its * documentation under the terms of the GNU General Public License is hereby @@ -54,6 +54,7 @@ int compareItems(GCI item1,GCI item2); void writeDeclaration(OutputList &ol,const ClassDef::CompoundType *filter=0, const char *header=0,bool localNames=FALSE); + bool declVisible(const ClassDef::CompoundType *filter=0) const; }; #endif