• 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: Singleton class -init being called twice?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Singleton class -init being called twice?


  • Subject: Re: Singleton class -init being called twice?
  • From: Finlay Dobbie <email@hidden>
  • Date: Sun, 31 Oct 2004 10:35:16 +0000

On Sun, 31 Oct 2004 08:59:06 +0100, Ole Voss <email@hidden> wrote:
>
> I just noticed that the -init routine from my singleton is being called
> twice:
>
> 1) When being 'alloc'ated.
> 2) When being 'init'ed.
>
> Does this pose a problem or am I doing something wrong?

What you just said make no sense -init only gets called when someone
calls -init, and calling +alloc doesn't call -init. How are you
creating your object?

-- Finlay
_______________________________________________
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: 
 >Singleton class -init being called twice? (From: Ole Voss <email@hidden>)

  • Prev by Date: Re: Where to include header files - relates to last question on variable scope
  • Next by Date: How do I add a NSMatrix to a NSMutableArray
  • Previous by thread: Singleton class -init being called twice?
  • Next by thread: FW: Singleton class -init being called twice?
  • Index(es):
    • Date
    • Thread