mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
Some minor formatting changes.
([NSObject -classForArchiver]): Method removed; it's in NSArchiver.m. ([NSObject -replacementObjectForArchiver:]): Likewise. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@844 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
fef5cf6e1c
commit
3cdb041057
1 changed files with 7 additions and 16 deletions
|
@ -1,5 +1,5 @@
|
|||
/* Implementation of NSObject for GNUStep
|
||||
Copyright (C) 1994, 1995 Free Software Foundation, Inc.
|
||||
Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
|
||||
|
||||
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
|
||||
Date: August 1994
|
||||
|
@ -264,11 +264,6 @@ BOOL NSDecrementExtraRefCountWasZero(id anObject)
|
|||
return self;
|
||||
}
|
||||
|
||||
- (Class) classForArchiver
|
||||
{
|
||||
return [self classForCoder];
|
||||
}
|
||||
|
||||
- (Class) classForCoder
|
||||
{
|
||||
return [self class];
|
||||
|
@ -279,11 +274,7 @@ BOOL NSDecrementExtraRefCountWasZero(id anObject)
|
|||
return self;
|
||||
}
|
||||
|
||||
- (id) replacementObjectForArchiveer: (NSArchiver*)anArchiver
|
||||
{
|
||||
return [self replacementObjectForCoder:(NSCoder*)anArchiver];
|
||||
}
|
||||
|
||||
|
||||
/* NSObject protocol */
|
||||
|
||||
- autorelease
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue