Key value coding and class description support added.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@8219 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2000-11-27 22:26:08 +00:00
parent 47d960b33b
commit fe09500665
8 changed files with 650 additions and 0 deletions

View file

@ -290,6 +290,9 @@ NSString *GSHTTPPropertyProxyHostKey;
NSString *GSHTTPPropertyProxyPortKey;
/* Class description notification */
NSString *NSClassDescriptionNeededForClassNotification;
/*
* Setup function called when NSString is initialised.
@ -514,6 +517,10 @@ GSBuildStrings()
= [[SClass alloc] initWithCString: "GSHTTPPropertyProxyHostKey"];
GSHTTPPropertyProxyPortKey
= [[SClass alloc] initWithCString: "GSHTTPPropertyProxyPortKey"];
NSClassDescriptionNeededForClassNotification
= [[SClass alloc] initWithCString:
"NSClassDescriptionNeededForClassNotification"];
}
}