29 # if !defined( __DESTRUCTEUR_GENERIQUE__H__ )
30 # define __DESTRUCTEUR_GENERIQUE__H__
32 #include <SALOMEconfig.h>
38 #include <omniORB4/CORBA.h>
114 typedef PortableServer::ServantBase TServant;
127 TYPE* aPtr =
static_cast<TYPE*
>(
_PtrObjet);
#define UTILS_EXPORT
Definition: SALOME_Utils.hxx:37
Purpose
Definition: Utils_DESTRUCTEUR_GENERIQUE.hxx:97
virtual ~DESTRUCTEUR_DE_()
Definition: Utils_DESTRUCTEUR_GENERIQUE.hxx:134
TYPE * _PtrObjet
Definition: Utils_DESTRUCTEUR_GENERIQUE.hxx:139
DESTRUCTEUR_DE_(TYPE &objet)
Definition: Utils_DESTRUCTEUR_GENERIQUE.hxx:103
virtual void operator()(void)
performs the destruction
Definition: Utils_DESTRUCTEUR_GENERIQUE.hxx:113
Definition
Definition: Utils_DESTRUCTEUR_GENERIQUE.hxx:64
virtual void operator()(void)=0
performs the destruction
static int Ajout(DESTRUCTEUR_GENERIQUE_ &objet)
adds a destruction object to the list of destructions
Definition: Utils_DESTRUCTEUR_GENERIQUE.cxx:147
static std::list< DESTRUCTEUR_GENERIQUE_ * > * Destructeurs
Definition: Utils_DESTRUCTEUR_GENERIQUE.hxx:66
virtual ~DESTRUCTEUR_GENERIQUE_()
virtual destructor
Definition: Utils_DESTRUCTEUR_GENERIQUE.hxx:68