(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:
mccallum 1995-04-08 18:28:31 +00:00
parent 7a80d561c9
commit 025a41bf53
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 /* 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> Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Date: July 1994 Date: July 1994
@ -75,7 +75,7 @@
- (BOOL) isProxy; - (BOOL) isProxy;
@end @end
@interface Protocol (RemoteCoding) @interface Protocol (RemoteSelfCoding)
- classForConnectedCoder: aRmc; - classForConnectedCoder: aRmc;
@end @end

View file

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

View file

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