mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
Minor tidyups
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@22058 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
12a7d91d77
commit
0814e1b8ad
4 changed files with 29 additions and 10 deletions
|
@ -32,7 +32,7 @@
|
|||
* in the server ... we expect the info from the server to be used.
|
||||
*/
|
||||
@interface Dummy : NSObject
|
||||
- (id) quietBycopy: (id byref)a;
|
||||
- (id) quietBycopy: (byref id)a;
|
||||
@end
|
||||
|
||||
@interface CallbackClient : NSObject <ClientProtocol>
|
||||
|
@ -639,6 +639,8 @@ int main (int argc, char *argv[], char **env)
|
|||
if (stats)
|
||||
con_statistics (prx);
|
||||
|
||||
[cobj invalidate];
|
||||
|
||||
[arp release];
|
||||
return 0;
|
||||
}
|
||||
|
|
|
@ -412,7 +412,7 @@
|
|||
- connectionBecameInvalid: notification
|
||||
{
|
||||
id anObj = [notification object];
|
||||
if ([anObj isKindOf:[NSConnection class]])
|
||||
if ([anObj isKindOfClass: [NSConnection class]])
|
||||
{
|
||||
int i, count = [the_array count];
|
||||
for (i = count-1; i >= 0; i--)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue