Top   Module   Use   Manual   Index 

com :: sun :: star :: bridge ::

constants group ModelDependent


Description
These constants are used to specify model-dependant representations.

They are only used for creating bridges to other component models.

See also
com::sun::star::bridge::XBridgeSupplier2


Constants

const short UNO = = 1;
const short OLE = = 2;
const short JAVA = = 3;
const short CORBA = = 4;
Top of Page