mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
Several ivar name changes. Method types fixed.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1067 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
efb18c71e7
commit
beace25ae7
2 changed files with 8 additions and 8 deletions
|
@ -34,9 +34,9 @@
|
||||||
{
|
{
|
||||||
@public
|
@public
|
||||||
struct objc_class *isa;
|
struct objc_class *isa;
|
||||||
unsigned target;
|
unsigned _target;
|
||||||
Connection *connection;
|
Connection *_connection;
|
||||||
unsigned retain_count;
|
unsigned _retain_count;
|
||||||
#if NeXT_runtime
|
#if NeXT_runtime
|
||||||
coll_cache_ptr _method_types;
|
coll_cache_ptr _method_types;
|
||||||
Protocol *protocol;
|
Protocol *protocol;
|
||||||
|
@ -53,7 +53,7 @@
|
||||||
+ (Class) class;
|
+ (Class) class;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
- invalidateProxy;
|
- (void) invalidateProxy;
|
||||||
- (BOOL) isProxy;
|
- (BOOL) isProxy;
|
||||||
- (unsigned) targetForProxy;
|
- (unsigned) targetForProxy;
|
||||||
- connectionForProxy;
|
- connectionForProxy;
|
||||||
|
|
|
@ -34,9 +34,9 @@
|
||||||
{
|
{
|
||||||
@public
|
@public
|
||||||
struct objc_class *isa;
|
struct objc_class *isa;
|
||||||
unsigned target;
|
unsigned _target;
|
||||||
Connection *connection;
|
Connection *_connection;
|
||||||
unsigned retain_count;
|
unsigned _retain_count;
|
||||||
#if NeXT_runtime
|
#if NeXT_runtime
|
||||||
coll_cache_ptr _method_types;
|
coll_cache_ptr _method_types;
|
||||||
Protocol *protocol;
|
Protocol *protocol;
|
||||||
|
@ -53,7 +53,7 @@
|
||||||
+ (Class) class;
|
+ (Class) class;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
- invalidateProxy;
|
- (void) invalidateProxy;
|
||||||
- (BOOL) isProxy;
|
- (BOOL) isProxy;
|
||||||
- (unsigned) targetForProxy;
|
- (unsigned) targetForProxy;
|
||||||
- connectionForProxy;
|
- connectionForProxy;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue