This section discusses only how the user is to invoke mapped operations, not how the user is to implement them. The implementation of operations is discussed in Section A.6 on page 91.
An IDL operation is mapped to a Lisp function named by the symbol whose print-name is given by the name of the operation interned in theoperation package.
We will assume that all operation names have been appropriately imported into the current package in the examples.
Thus, when an example is given in which there is a reference to the symbol naming the mapped function corresponding to an IDL operation, the package of that symbol will be assumed to be the operation package. Common Lisp provides a number of facilities for the implementation of this functionality and for handling name conflicts.