]> git.buserror.net Git - polintos/scott/priv.git/blobdiff - idlcomp/TODO
build fixes
[polintos/scott/priv.git] / idlcomp / TODO
index 36123ad90309a669229a2bc299274dd31dffe1cf..fa745f281c2bda40c5b0f71534de2622b89d13e3 100644 (file)
@@ -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.