20 #ifndef __com_sun_star_reflection_XServiceConstructorDescription_idl__ 21 #define __com_sun_star_reflection_XServiceConstructorDescription_idl__ 25 module
com { module sun { module star { module reflection {
27 interface XCompoundTypeDescription;
41 boolean isDefaultConstructor();
58 sequence<XParameter> getParameters();
70 sequence<XCompoundTypeDescription> getExceptions();
Definition: Ambiguous.idl:22
Reflects a service constructor.
Definition: XServiceConstructorDescription.idl:35