TAO_Notify_Container_T< TYPE >::Destroyer Class Reference

Inheritance diagram for TAO_Notify_Container_T< TYPE >::Destroyer:

Inheritance graph
[legend]
Collaboration diagram for TAO_Notify_Container_T< TYPE >::Destroyer:

Collaboration graph
[legend]
List of all members.

Private Member Functions

virtual void work (TYPE *type)
 Call destroy on the object.

template<class TYPE>
class TAO_Notify_Container_T< TYPE >::Destroyer


Member Function Documentation

template<class TYPE>
TAO_BEGIN_VERSIONED_NAMESPACE_DECL 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.

00023 {
00024   type->destroy ();
00025 }


The documentation for this class was generated from the following files:
Generated on Sun Jan 27 15:48:50 2008 for TAO_CosNotification by doxygen 1.3.6