(RemoteSelfCoding): Renamed category from RemoteCoding.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@323 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1995-04-08 18:28:31 +00:00
parent 7267789e01
commit 4f29368130
3 changed files with 6 additions and 6 deletions

View file

@ -1,5 +1,5 @@
/* Interface for GNU Objective-C proxy for remote objects messaging
Copyright (C) 1994 Free Software Foundation, Inc.
Copyright (C) 1994, 1995 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Date: July 1994
@ -75,7 +75,7 @@
- (BOOL) isProxy;
@end
@interface Protocol (RemoteCoding)
@interface Protocol (RemoteSelfCoding)
- classForConnectedCoder: aRmc;
@end

View file

@ -1,5 +1,5 @@
/* Implementation of GNU Objective-C Proxy for remote object messaging
Copyright (C) 1994 Free Software Foundation, Inc.
Copyright (C) 1994, 1995 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Date: July 1994
@ -366,7 +366,7 @@ static inline BOOL class_is_kind_of(Class self, Class aClassObject)
}
@end
@implementation Protocol (RemoteCoding)
@implementation Protocol (RemoteSelfCoding)
/* Perhaps Protocol's should be sent bycopy? */

View file

@ -1,5 +1,5 @@
/* Interface for GNU Objective-C proxy for remote objects messaging
Copyright (C) 1994 Free Software Foundation, Inc.
Copyright (C) 1994, 1995 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Date: July 1994
@ -75,7 +75,7 @@
- (BOOL) isProxy;
@end
@interface Protocol (RemoteCoding)
@interface Protocol (RemoteSelfCoding)
- classForConnectedCoder: aRmc;
@end