mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 08:26:27 +00:00
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:
parent
d4af5870e6
commit
30f74de952
2 changed files with 10 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue