#include "ace/pre.h"
#include "corbafwd.h"
#include "ace/Array_Base.h"
#include "ace/post.h"
Include dependency graph for Cleanup_Func_Registry.h:
This graph shows which files directly or indirectly include this file:
Compounds | |
class | TAO_Cleanup_Func_Registry |
This is a helper class that is designed to perform cleanup on thread-specific objects registered in the ORB Core TSS resources by invoking the corresponding cleanup function on each object. Hence, there is a tight coupling between this class and the TAO ORB Core. More... |
Cleanup_Func_Registry.h,v 1.2 2001/03/26 21:17:07 coryan Exp