• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: NSObject Category
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSObject Category


  • Subject: Re: NSObject Category
  • From: Marco Maniscalco <email@hidden>
  • Date: Sun, 21 Aug 2005 16:38:00 +0200

But I also could rebuild the NSObject's internal funtionality to get this work?

NSObject's code:

- (id)init
{
   return self;
}

- (void)dealloc
{
#if !LIB_FOUNDATION_BOEHM_GC
   NSDeallocateObject(self);
#endif
}

- (id)retain
{
#if !LIB_FOUNDATION_BOEHM_GC
   NSIncrementExtraRefCount(self);
#endif
   return self;
}


_______________________________________________ Do not post admin requests to the list. They will be ignored. Cocoa-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden
References: 
 >NSObject Category (From: Marco Maniscalco <email@hidden>)
 >Re: NSObject Category (From: Marco Maniscalco <email@hidden>)
 >Re: NSObject Category (From: Andy Matuschak <email@hidden>)

  • Prev by Date: Re: NSObject Category
  • Next by Date: Re: NSObject Category
  • Previous by thread: Re: NSObject Category
  • Next by thread: Re: NSObject Category
  • Index(es):
    • Date
    • Thread