#include "ace/config-all.h"
#include "tao/TAO_Export.h"
#include "tao/orbconf.h"
#include "ace/Object_Manager_Base.h"
Include dependency graph for TAO_Singleton_Manager.h:
This graph shows which files directly or indirectly include this file:
Classes | |
class | TAO_Singleton_Manager |
Manager for TAO library services and singleton cleanup. More... | |
Typedefs | |
typedef void(* | TAO_unexpected_handler )(void) |
Functions | |
void | TAO_Singleton_Manager_cleanup_destroyer (void *, void *) |
Header file for the TAO-specific Singleton Manager. Based entirely on ace/Object_Manager.{h,i,cpp}.
|
|
|
Adapter for cleanup, used to register cleanup function with the ACE_Object_Manager. |