From 3cfffe79bde33dbea15e259da6ef1cf07d4cf9da Mon Sep 17 00:00:00 2001 From: mccallum Date: Tue, 4 Apr 1995 16:13:42 +0000 Subject: [PATCH] Added comment. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@267 72102866-910b-0410-8b05-ffd578937521 --- Source/behavior.c | 5 +++++ Source/behavior.m | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/Source/behavior.c b/Source/behavior.c index f1dc9b3ee..0ffad9e2f 100644 --- a/Source/behavior.c +++ b/Source/behavior.c @@ -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 diff --git a/Source/behavior.m b/Source/behavior.m index f1dc9b3ee..0ffad9e2f 100644 --- a/Source/behavior.m +++ b/Source/behavior.m @@ -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