![]() |
Overview Duplicates a BOA object. Original class CORBA module: BOA Class
Intended Usage
This method is intended to be used by client and server applications to duplicate a reference to a BOA object.
IDL Syntax
static CORBA::BOA_ptr _duplicate (CORBA::BOA_ptr p);
Input parameters
- p
- The BOA object to be duplicated. The reference can be nil, in which case the return value will also be nil.
Return values
- CORBA::BOA_ptr
- The new BOA object reference.
Example
See example in CORBA::Object::_duplicate.