14.3.11.3 Arguments
-
TC - A TypeCode pseudo-object reference specifying the TypeCode
value for the replaced
Anyobject. This argument is duplicated. -
Value - A void pointer specifying the storage pointed to by the
Anyobject. -
Release - Determines whether the
Anymanages the specifiedValueargument. IfReleaseis, the Any assumes ownership. IfCORBA_TRUEReleaseisCORBA_FALSE, theAnydoes not assume ownership and the data pointed to by theValueparameter is not released upon assignment or destruction.
Parent topic: void CORBA::Any::replace()