X-Git-Url: http://git.buserror.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=idlcomp%2FTODO;h=fa745f281c2bda40c5b0f71534de2622b89d13e3;hb=188a395421d2ed7038735d0e3cac37255cf45755;hp=a8206fa15cba823c040600488cd22abfea5277d5;hpb=7da27a216a7f4bb3331fe315cdbec69bfcf2c762;p=polintos%2Fscott%2Fpriv.git diff --git a/idlcomp/TODO b/idlcomp/TODO index a8206fa..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.