PreviousNext

The local Attribute

The local attribute indicates that an interface definition does not declare any remote operations and that the IDL compiler should therefore generate only header files, not stub files. The local attribute takes the form:

local

An interface containing operation definitions must have either the local attribute or the uuid attribute. No interface can have both.

The local attribute can appear at most once in an interface.