diff -r 42188c7ea2d9 -r 82f11024044a Orb/Doxygen/src/classdef.h --- a/Orb/Doxygen/src/classdef.h Thu Jan 21 17:29:01 2010 +0000 +++ b/Orb/Doxygen/src/classdef.h Thu Mar 18 18:26:18 2010 +0000 @@ -260,6 +260,7 @@ bool isUsedOnly() const; + bool hasFunction(const QCString &theDef, Protection prot); //----------------------------------------------------------------------------------- // --- setters ---- //----------------------------------------------------------------------------------- @@ -320,6 +321,7 @@ bool hasExamples(); bool hasNonReferenceSuperClass(); void showUsedFiles(OutputList &ol); + bool hasFunction(MemberList::ListType lt, const QCString &theDef); private: void internalInsertMember(MemberDef *md,Protection prot,bool addToAllList);