5.2.4.1.13 Translating an IDL Form
Pseudo-objects cannot be passed across OMG IDL interfaces. The
library name is a pseudo-object; therefore, it cannot be passed
across the OMG IDL interface for the CORBAservices Naming Service.
The NamingContext interface defines operations that return an IDL
struct of type Name
. The following PIDL operation on
library names sets the components and kind
attribute
for a library name from a returned OMG IDL defined structure,
Name
.
void from_idl_form(in Name n);
Parent topic: Names Library Interface Pseudo OMG IDL