Many coding changes

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@6845 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2000-06-30 11:59:59 +00:00
parent 35da9742a0
commit ed633fbc4a
28 changed files with 2439 additions and 2292 deletions

View file

@ -279,7 +279,6 @@ static NSString *myHost = nil;
- (void) encodeWithCoder: (NSCoder*)aCoder
{
[super encodeWithCoder: aCoder];
[aCoder encodeObject: [self address]];
}
@ -288,7 +287,6 @@ static NSString *myHost = nil;
NSString *address;
NSHost *host;
self = [super initWithCoder: aCoder];
address = [aCoder decodeObject];
host = RETAIN([NSHost hostWithAddress: address]);
RELEASE(self);