Thanks, that was so much easier than starting from zero.

Adam

you might want to look over this:

BogusChannel.prototype.open =
BogusChannel.prototype.asyncOpen =
function () { throw Components.results.NS_ERROR_NOT_IMPLEMENTED; }

BogusChannel.prototype.asyncOpen =
function (observer, ctxt)

asyncOpen get's a few too many declaration...


On 02/02/06, Pete Collins <[EMAIL PROTECTED]> wrote:
>
>
> Adam Judson wrote:
>
> >implement them all the time - and share the source?
> >
> >
> >
> Here is one ...
>
>   
> http://www.mozdev.org/source/browse/~checkout~/jslib/jslib-service.js?rev=1.25&content-type=text/plain
>
> --pete
>
> --
> Pete Collins - Founder, Mozdev Group Inc.
> www.mozdevgroup.com
> Mozilla Software Development Solutions
> tel: 1-719-302-5811
> fax: 1-719-302-5813
>
> _______________________________________________
> Project_owners mailing list
> [email protected]
> http://mozdev.org/mailman/listinfo/project_owners
>
_______________________________________________
Project_owners mailing list
[email protected]
http://mozdev.org/mailman/listinfo/project_owners

Reply via email to