discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GSWeb: NSLock Categories and MOSX


From: Manuel Guesdon
Subject: Re: GSWeb: NSLock Categories and MOSX
Date: Wed, 15 Oct 2003 11:24:53 +0200 (CEST)

Hi,

On Wed, 15 Oct 2003 09:24:46 +0200 Philip Mötteli <Philip.Moetteli@tele2.ch> 
wrote:
 >| I try to port GSWeb to MOSX.
 >| Someone has made some changes in 'GSWUtils.m". In the category to the 
 >| locking classes (NSLockBD), he accesses directly the private instance 
 >| variable '_mutex', which is defined in Gnustep-Base as
 >| 
 >|         objc_mutex_t        _mutex;
 >| 
 >| 
 >| Unfortunately in Apple's Foundation this is defined as
 >| 
 >|         void *_priv;
 >| 
 >| Does anybody know, how I could rewrite that? Or does anybody know, if 
 >| by coincidence _priv is also of type objc_mutex_t?
 >|

Sorry I haven't seen your message here. 
Private message summary: these code was a hack before core/base fix and now it 
is used only as debugging, AFAIK.


 >| Then another little question: Where could I send the patches to?

You can send it to me.

Manuel

-- 
______________________________________________________________________
Manuel Guesdon - ORANGE CONCEPT <mguesdon@orange-concept.com>
14 rue Jean-Baptiste Clement  -  93200 Saint-Denis  -  France
Tel: +33 1 4940 0997  -  Fax: +33 1 4940 0998





reply via email to

[Prev in Thread] Current Thread [Next in Thread]