mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 08:41:03 +00:00
Remove another obsolete class
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@6734 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
fd69e49b71
commit
927e091f21
12 changed files with 22 additions and 442 deletions
|
@ -861,18 +861,13 @@ GSTimeNow()
|
|||
return NSCopyObject(self, 0, zone);
|
||||
}
|
||||
|
||||
- (Class) classForConnectedCoder: aRmc
|
||||
- (Class) classForPortCoder
|
||||
{
|
||||
/* Make sure that Connection's always send us bycopy,
|
||||
i.e. as our own class, not a Proxy class. */
|
||||
return abstractClass;
|
||||
}
|
||||
|
||||
- (Class) classForPortCoder
|
||||
{
|
||||
return abstractClass;
|
||||
}
|
||||
|
||||
- replacementObjectForPortCoder: aRmc
|
||||
{
|
||||
return self;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue