Renamed Language::SetNoneComparison() to setSubclassInstanceCheck(),

because that name better reflects what the function's trying to accomplish
(test whether the object for which the constructor's being called is an
instance of the class, or an instance of one of its subclasses).


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4722 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Logan Johnson 2003-04-28 22:35:52 +00:00
commit ddbdf26508
4 changed files with 7 additions and 8 deletions

View file

@ -208,7 +208,7 @@ public:
int directorsEnabled() const;
/* Set none comparison string */
void SetNoneComparison( String *s );
void setSubclassInstanceCheck(String *s);
protected:
/* Patch C++ pass-by-value */