#include "api1/TreeImprove.idl" module CipresIDL_api1 { /* This class is only needed because we should have made executeRecursive a of Scriptable (thus eliminating the need for RecursiveScriptable) */ interface DelegatingTreeImprove: TreeImprove, RecursiveScriptable { }; };