mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
Cleanup ... avoid accessing the 'isa' variable directly.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@32247 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4531875573
commit
313cf13c67
19 changed files with 150 additions and 123 deletions
|
@ -49,9 +49,9 @@ extern BOOL __objc_responds_to(id, SEL);
|
|||
* implement -forwardInvocation: to these <em>real</em> objects.</p>
|
||||
*
|
||||
* <p>Note that <code>NSProxy</code> is a different sort of class than others
|
||||
* in the GNUstep Base library in that it is the only example of a root class
|
||||
* besides [NSObject]. Thus, it defines its own <code><em>isa</em></code>
|
||||
* variable and implements the <code>NSObject</code> protocol.</p>
|
||||
* in the GNUstep Base library in that it is the only example of a root class
|
||||
* besides [NSObject]. Thus, it implements the <code>NSObject</code> protocol
|
||||
* but is not a subclass of NSObject.</p>
|
||||
*/
|
||||
@implementation NSProxy
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue