mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
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:
parent
47d960b33b
commit
fe09500665
8 changed files with 650 additions and 0 deletions
|
@ -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"];
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue