[pyxpcom] Is it possible to override AddRef / Release for a PyXPCOM component?
by Klaus Nowikow other posts by this author
Jul 9 2007 2:00AM messages near this date
view in the new Beta List Site
Re: [pyxpcom] Python ScriptingComponent/PyXPCOMInterprocessCommunication
|
Re: [pyxpcom] Is it possible to override AddRef / Release for a PyXPCOMcomponent?
Hi,
I would like to implement the nsIRDFDelegateFactory interface in PyXPCOM.
This interface requires that the objects created by this factory forward
the AddRef / Release calls to the "outer object", i. e., the RDF resource
object for which the GetDelegate() function was called.
(see http://www.xulplanet.com/references/xpcomref/ifaces/nsIRDFDelegateFactory.html)
I guess these functions are implemented in the wrapper, so is it possible
to override them without breaking the wrapper?
Thanks,
Klaus
_______________________________________________
pyxpcom mailing list
pyxpcom@[...].com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Thread:
Klaus Nowikow
Mark Hammond
Klaus Nowikow
|