#ifndef __com_sun_star_scripting_ScriptRuntimeManager_idl__ #define __com_sun_star_scripting_ScriptRuntimeManager_idl__ #ifndef __com_sun_star_uno_XInterface_idl__ #include #endif //=========================================================================== module com { module sun { module star { module scripting { //=========================================================================== /** ScriptRuntimeManager The ScriptRuntimeManager should be implemented as a singleton. It interacts with the storage components to perform the resolution of the Logical names. The ScriptRuntimeManager is also composed of language-specific implementations of the ScriptRuntime service, and invocation is passed to these. */ service ScriptRuntimeManager { interface com::sun::star::scripting::XScriptInvocation; interface com::sun::star::scripting::XScriptNameResolver; }; //=========================================================================== }; }; }; }; // com::sun::star::scripting #endif