[Enterprise Extensions only]

C++ CORBA client, using a managed object

When a client has retrieved a reference to a servant object, you can invoke methods on that object. For example, liptr->setFileName("log.out"); calls the setFileName() method on the object identified by the liptr object reference to set the value of the FileName attribute.