X-Git-Url: http://git.buserror.net/cgi-bin/gitweb.cgi?p=polintos%2Fscott%2Fpriv.git;a=blobdiff_plain;f=idlcomp%2FTODO;h=fa745f281c2bda40c5b0f71534de2622b89d13e3;hp=36123ad90309a669229a2bc299274dd31dffe1cf;hb=ccbffe7564a94661a4c970ce1241309710a6697e;hpb=d32da4b91b9a403ae9d65c48fbb25c1abbb5083f diff --git a/idlcomp/TODO b/idlcomp/TODO index 36123ad..fa745f2 100644 --- a/idlcomp/TODO +++ b/idlcomp/TODO @@ -30,8 +30,7 @@ Methods can be specified as read-only; a read-only version of the interface is then generated, and a secure read-only reference to an object can be generated that can only access read-only methods. This would save effort declaring a separate interface and a separate -class, and would allow the read-write interface to use the read-only -methods without retreiving the read-only object. +class. Implement marshalling/unmarshalling stubs. @@ -51,5 +50,3 @@ Possibly implement out parameters on remote-only async methods that can only be used when invoked as a sync in-process method; the method implementation can check to see how it was invoked, and use the out parameters to avoid having to make a completion callback. - -Vstructs need a length field.