mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
(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:
parent
7267789e01
commit
4f29368130
3 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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? */
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue