mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
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:
parent
35da9742a0
commit
ed633fbc4a
28 changed files with 2439 additions and 2292 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue