12-31-2009, 06:52 PM
|
#18 (permalink)
|
|
The Prestige
Join Date: Mar 2008
Location: Vegas, Baby
Posts: 840
Thanks: 31
|
It's hard to tell without seeing the entire class, but you must have had an error somewhere in the implementation of the singleton - it should simply return an instance of your object from a static property where the instance is being held. Outside of generating the instance, it should have no effect on the object or its methods whatsoever. If the object was not responding properly, there was possibly either an error in the object, or in the way it was generated.
|
|
|
|