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.

Detailed Description

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

Definition at line 69 of file Container_T.h.


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 Tue Feb 2 17:46:17 2010 for TAO_CosNotification by  doxygen 1.4.7