next up previous contents
Next: Configuring the PaCO++ layer Up: Writing the client part Previous: Include files   Contents

Getting a parallel reference

Before the first parallel invocation, we have to get a pointer to the parallel server and we have to configure the PaCO++ stubs.

Instead to use the narrow operation, you to use the PaCO_narrow operation supplied by PaCO++. After the object pointer can be used has a classic CORBA pointer. But you have a parallel object pointer. If you want to have a CORBA pointer to give it to an another object, you have to use the PaCO_unarrow operation.

Example :



2013-04-10