Added comment.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@267 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1995-04-04 16:13:42 +00:00
parent d4af5870e6
commit 30f74de952
2 changed files with 10 additions and 0 deletions

View file

@ -158,6 +158,11 @@ class_add_methods_if_not_there(Class class, MethodList_t mlist)
}
}
/* Should implement this too:
class_add_behavior_category(),
and perhaps something like:
class_add_methods_if_not_there_or_inherited() */
#if 0
/* This is like class_add_method_list(), except is doesn't balk at
duplicates; it simply ignores them. Thus, a method implemented

View file

@ -158,6 +158,11 @@ class_add_methods_if_not_there(Class class, MethodList_t mlist)
}
}
/* Should implement this too:
class_add_behavior_category(),
and perhaps something like:
class_add_methods_if_not_there_or_inherited() */
#if 0
/* This is like class_add_method_list(), except is doesn't balk at
duplicates; it simply ignores them. Thus, a method implemented