Private Member Functions | |
virtual void | work (TYPE *type) |
Call destroy on the object. |
|
Call destroy on the object.
Implements TAO_ESF_Worker< TYPE >. Definition at line 22 of file Container_T.cpp.
00023 { 00024 type->destroy (); 00025 } |