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:
Richard Frith-Macdonald 2005-11-21 13:15:39 +00:00
parent 12a7d91d77
commit 0814e1b8ad
4 changed files with 29 additions and 10 deletions

View file

@ -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;
}

View file

@ -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--)