]> git.buserror.net Git - polintos/scott/priv.git/blobdiff - idlcomp/TODO
Add IFaceInfo.
[polintos/scott/priv.git] / idlcomp / TODO
index a8206fa15cba823c040600488cd22abfea5277d5..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.