Function CSPTxObject::CSPTxObject()
Description:
The copy constructor causes a transactional object to bind to the transaction context of another transactional object.
 |
Prototype:
CSPTxObject(const CSPTxObject& TxObj);
Arguments:
- const CSPTxObject& TxObj [IN]
The transaction object to bind to its transaction context.
Return value:
No value is returned.
See also:
constructors CSPTxObject(), CSPTxObject( const CSPTxContext& )
|
|