Re: what should return unwritable Javascript RDF Datasources for composite-datasources ?

vaab <[email protected]> Fri, 13 May 2005 10:43:11 +0200
Newsgroups gmane.comp.mozilla.devel.rdf
Organization Another Netscape Collabra Server User
Message-ID <[email protected]>
Tryed also the

---
Components.returnCode = NS_RDF_ASSERTION_REJECTED;
return;
---
at the end of Assert/Unassert/Change... and :

---
const NS_ERROR_RDF_BASE = 0x804f0000; // XXX is this right?
const NS_RDF_ASSERTION_REJECTED = NS_ERROR_RDF_BASE + 3;
---

but this don't work.

vaab