Private Member Functions | |
virtual void | work (TYPE *type) |
Call destroy on the object. |
Definition at line 69 of file Container_T.h.
void TAO_Notify_Container_T< TYPE >::Destroyer::work | ( | TYPE * | type | ) | [private, virtual] |
Call destroy on the object.
Implements TAO_ESF_Worker< TYPE >.
Definition at line 22 of file Container_T.cpp.
{ type->destroy (); }