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