![]() |
Overview Duplicates a UserException object. Original class CORBA::UserException
Intended Usage
This method is intended to be used by client and server applications to duplicate a reference to a UserException object. Both the original and the duplicate reference should subsequently be released using CORBA::release(UserException_ptr).
IDL Syntax
static CORBA::UserException_ptr _duplicate (CORBA::UserException_ptr p);
Input parameters
- p
- The UserException object to be duplicated. The reference can be nil, in which case the return value will also be nil.
Return values
- CORBA::UserException_ptr
- The new UserException object reference. This value should subsequently be released using CORBA::release(UserException_ptr).
Related reference... | |
CORBA module in Object Request Broker | |
Parent: CORBA module: UserException Class | |
UserException::_nil | |