mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
Updates to move towards ARC
This commit is contained in:
parent
0cd9843f5f
commit
2e07244f8e
15 changed files with 86 additions and 70 deletions
|
@ -335,7 +335,7 @@ GS_PRIVATE_INTERNAL(NSConnection)
|
|||
- (void) removeLocalObject: (NSDistantObject*)anObj;
|
||||
|
||||
- (void) _doneInReply: (NSPortCoder*)c;
|
||||
- (void) _doneInRmc: (NSPortCoder*)c;
|
||||
- (void) _doneInRmc: (NSPortCoder*) NS_CONSUMED c;
|
||||
- (void) _failInRmc: (NSPortCoder*)c;
|
||||
- (void) _failOutRmc: (NSPortCoder*)c;
|
||||
- (NSPortCoder*) _getReplyRmc: (int)sn for: (const char*)request;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue