Removing closable from TDBGraph? No. Removing closable from the proxy? No, It proxies all the interfaces from the original object so that the contracts of the original object are not broken.
I changed the proxy so that if a method with the same signature is found it calls the one on the secured object (so in this case it calls securedGraph.close() which just calls the close on the TDBGraph object it is wrapping). Other methods have security checks on them. Claude -- I like: Like Like - The likeliest place on the web <http://like-like.xenei.com> LinkedIn: http://www.linkedin.com/in/claudewarren
