X-Git-Url: http://git.buserror.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=idlcomp%2Fvtable-sample.h;h=eff0f4c1b65af2cd93ca0d688711f76030385117;hb=eb906c7894bb0f4788b49968a637f434133ff879;hp=a62633cfe6cca7452031422f2d64ca00b09077a1;hpb=15d9baeca05f30f8564785c255fed765ede457ff;p=polintos%2Fscott%2Fpriv.git diff --git a/idlcomp/vtable-sample.h b/idlcomp/vtable-sample.h index a62633c..eff0f4c 100644 --- a/idlcomp/vtable-sample.h +++ b/idlcomp/vtable-sample.h @@ -1,3 +1,5 @@ +// FIXME: This is out-of-date and incomplete. + #include struct IFaceTable { @@ -185,10 +187,10 @@ namespace IO { struct methods { void (*read)(::System::IO::_i_IStream *_this, - Array *buf, uint64_t *len); + Array *buf, uint64_t *len); void (*read_async)(::System::IO::_i_IStream *_this, - Array *buf, + Array *buf, ::System::Notifier *notifier); } methods; } info; @@ -320,10 +322,10 @@ namespace IO { struct methods { void (*read)(::System::IO::_i_IStream *_this, - Array *buf, uint64_t *len); + Array *buf, uint64_t *len); void (*read_async)(::System::IO::_i_IStream *_this, - Array *buf, + Array *buf, ::System::Notifier *notifier); void (*write)(::System::IO::_i_OStream *_this, unsigned char *buf,