mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Add NSObject
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@16360 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
53fb05e44e
commit
e9d65fb9ef
1 changed files with 3 additions and 2 deletions
|
@ -20,7 +20,7 @@
|
|||
bugs in the current implementation that we are not aware of.
|
||||
</p>
|
||||
<p>
|
||||
The following classes conform to the OpenStep specification
|
||||
The following classes conform to the OpenStep specification:
|
||||
</p>
|
||||
<list>
|
||||
<item>NSArchiver</item>
|
||||
|
@ -54,6 +54,7 @@
|
|||
<item>NSNotificationCenter</item>
|
||||
<item>NSNotificationQueue</item>
|
||||
<item>NSNumber</item>
|
||||
<item>NSObject</item>
|
||||
<item>NSProcessInfo</item>
|
||||
<item>NSProxy</item>
|
||||
<item>NSRecursiveLock</item>
|
||||
|
@ -75,7 +76,7 @@
|
|||
<p>
|
||||
The following OpenStep classes are not implemented. The usefulness
|
||||
of these classes it marginal so it is likely that we will never
|
||||
implement these classes. However, we would be pleaqsed to accept
|
||||
implement these classes. However, we would be pleased to accept
|
||||
their contribution should anyone care to implement them and assign
|
||||
the copyright to the Free Software Foundation.
|
||||
</p>
|
||||
|
|
Loading…
Reference in a new issue