13.1.13 Usage
Rather than C-PIDL, this mapping uses an augmented form of full OMG IDL to describe serverless object types. Interfaces for pseudo-object types follow the same rules as normal OMG IDL interfaces, with the following exceptions:
- They are prefaced by the keyword
pseudo
. - Their declarations may refer to other 1 serverless object types that are not otherwise necessarily allowed in OMG IDL.
The pseudo
prefix means that the interface may be
implemented in either a normal or serverless fashion. That is,
apply either the rules described in the following sections, or the
normal mapping rules described in this chapter.
Parent topic: Mappings