Add filter to proxy creation

Issue #14 resolved
Rob Eden repo owner created an issue

To ensure interfaces don't leak, a filter should be added to Intrepid instances to limit interfaces included during proxy creation.

Comments (3)

  1. Rob Eden reporter

    Add ProxyClassFilter which can filter proxy interfaces

    A ProxyClassFilter can now be set per Intrepid instance (via the setup builder) which can filter interfaces exported on a proxy. This allows an object to implement many interfaces and only have some visible.

    Fixes: #14

    → <<cset 7b2d33ebbd44>>

  2. Log in to comment