On 5/26/06, Byron Wright <[EMAIL PROTECTED]> wrote:
and this ensure that another instance cannot be created if someone calls getService or createInstance again ? Seen unlikely. Wouldn't subsequent calls to getService call the factory for another instance?
Yes, this is the whole point of getService. Nothing stops your users from calling createInstance, but doing so is wrong anyway. Nickolay _______________________________________________ dev-tech-xpcom mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-xpcom
