#include "tao/TAO_Singleton_Manager.h"
#include "ace/Guard_T.h"
#include "ace/Recursive_Thread_Mutex.h"
#include "ace/Log_Msg.h"
#include "ace/Object_Manager.h"
#include "ace/os_include/os_typeinfo.h"
Go to the source code of this file.
Functions | |
void | TAO_SINGLETON_MANAGER_CLEANUP_DESTROYER_NAME (void *, void *) |
void TAO_SINGLETON_MANAGER_CLEANUP_DESTROYER_NAME | ( | void * | , | |
void * | ||||
) |
Definition at line 33 of file TAO_Singleton_Manager.cpp.
{ #if defined (TAO_HAS_VERSIONED_NAMESPACE) \ && TAO_HAS_VERSIONED_NAMESPACE == 1 using namespace TAO_VERSIONED_NAMESPACE_NAME; #endif /* TAO_HAS_VERSIONED_NAMESPACE */ if (the_instance) { (void) TAO_Singleton_Manager::instance ()->fini (); } }