mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
port latest gc canges to windows
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@28090 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
971de91d62
commit
a4618dc473
8 changed files with 90 additions and 80 deletions
|
@ -248,14 +248,14 @@ getAddr(NSString* name, NSString* svc, NSString* pcl, struct sockaddr_in *sin)
|
|||
RELEASE(service);
|
||||
RELEASE(protocol);
|
||||
|
||||
[self gcFinalize];
|
||||
[self finalize];
|
||||
|
||||
RELEASE(readInfo);
|
||||
RELEASE(writeInfo);
|
||||
[super dealloc];
|
||||
}
|
||||
|
||||
- (void) gcFinalize
|
||||
- (void) finalize
|
||||
{
|
||||
if (self == fh_stdin)
|
||||
fh_stdin = nil;
|
||||
|
|
|
@ -233,7 +233,7 @@ static Class messagePortClass = 0;
|
|||
|
||||
- (void) dealloc
|
||||
{
|
||||
[self gcFinalize];
|
||||
[self finalize];
|
||||
[super dealloc];
|
||||
}
|
||||
|
||||
|
@ -246,7 +246,7 @@ static Class messagePortClass = 0;
|
|||
return desc;
|
||||
}
|
||||
|
||||
- (void) gcFinalize
|
||||
- (void) finalize
|
||||
{
|
||||
internal *this;
|
||||
|
||||
|
|
|
@ -50,7 +50,7 @@ extern __declspec(dllimport) int errno;
|
|||
|
||||
static NSRecursiveLock *serverLock = nil;
|
||||
static NSMessagePortNameServer *defaultServer = nil;
|
||||
static NSMapTable portToNamesMap;
|
||||
static NSMapTable *portToNamesMap;
|
||||
static NSString *registry;
|
||||
static HKEY key;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue