From 025a41bf53009d8f195678a9c1f7ad923ad83536 Mon Sep 17 00:00:00 2001 From: mccallum Date: Sat, 8 Apr 1995 18:28:31 +0000 Subject: [PATCH] (RemoteSelfCoding): Renamed category from RemoteCoding. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@323 72102866-910b-0410-8b05-ffd578937521 --- Headers/gnustep/base/Proxy.h | 4 ++-- Source/Proxy.m | 4 ++-- Source/objects/Proxy.h | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Headers/gnustep/base/Proxy.h b/Headers/gnustep/base/Proxy.h index b1b3192b7..6e337fcc2 100644 --- a/Headers/gnustep/base/Proxy.h +++ b/Headers/gnustep/base/Proxy.h @@ -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 Date: July 1994 @@ -75,7 +75,7 @@ - (BOOL) isProxy; @end -@interface Protocol (RemoteCoding) +@interface Protocol (RemoteSelfCoding) - classForConnectedCoder: aRmc; @end diff --git a/Source/Proxy.m b/Source/Proxy.m index edd273071..4a5826f01 100644 --- a/Source/Proxy.m +++ b/Source/Proxy.m @@ -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 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? */ diff --git a/Source/objects/Proxy.h b/Source/objects/Proxy.h index b1b3192b7..6e337fcc2 100644 --- a/Source/objects/Proxy.h +++ b/Source/objects/Proxy.h @@ -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 Date: July 1994 @@ -75,7 +75,7 @@ - (BOOL) isProxy; @end -@interface Protocol (RemoteCoding) +@interface Protocol (RemoteSelfCoding) - classForConnectedCoder: aRmc; @end