Orb/Doxygen/src/classdef.h
changeset 1 82f11024044a
parent 0 42188c7ea2d9
--- 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);