#include "orbsvcs/PortableGroup/PG_FactoryRegistry.h"
#include "ace/Get_Opt.h"
#include "ace/Vector_T.h"
#include "ace/OS_NS_stdio.h"
#include "ace/OS_NS_unistd.h"
#include "ace/Auto_Ptr.h"
#include "tao/debug.h"
#include "tao/ORB_Constants.h"
#include "tao/PortableServer/POAManagerC.h"
#include "orbsvcs/PortableGroup/PG_Operators.h"
Include dependency graph for PG_FactoryRegistry.cpp:
Go to the source code of this file.
Defines | |
#define | METHOD_ENTRY(name) |
#define | METHOD_RETURN(name) |
|
Value: if (TAO_debug_level <= 6){} else \ ACE_DEBUG (( LM_DEBUG, \ "Enter %s\n", #name \ )) Definition at line 20 of file PG_FactoryRegistry.cpp. Referenced by TAO::PG_FactoryRegistry::list_factories_by_location(), TAO::PG_FactoryRegistry::list_factories_by_role(), TAO::PG_FactoryRegistry::register_factory(), TAO::PG_FactoryRegistry::unregister_factory(), TAO::PG_FactoryRegistry::unregister_factory_by_location(), and TAO::PG_FactoryRegistry::unregister_factory_by_role(). |
|
Value: if (TAO_debug_level <= 6){} else \ ACE_DEBUG (( LM_DEBUG, \ "Leave %s\n", #name \ )); \ return /* value goes here */ Definition at line 37 of file PG_FactoryRegistry.cpp. Referenced by TAO::PG_FactoryRegistry::list_factories_by_location(), TAO::PG_FactoryRegistry::list_factories_by_role(), TAO::PG_FactoryRegistry::register_factory(), TAO::PG_FactoryRegistry::unregister_factory(), TAO::PG_FactoryRegistry::unregister_factory_by_location(), and TAO::PG_FactoryRegistry::unregister_factory_by_role(). |