constants group ModelDependent in module com::sun::star::bridge::

(Global Index)

[ DEPRECATED ]

Syntax

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

XBridgeSupplier

Constants Summary

UNO

OLE

JAVA

CORBA

Field Details



UNO

Syntax

const short  UNO = 1;

OLE

Syntax

const short  OLE = 2;

JAVA

Syntax

const short  JAVA = 3;

CORBA

Syntax

const short  CORBA = 4;
Top of Page