PG_FactoryRegistry.cpp File Reference

#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:

Defines

#define METHOD_ENTRY(name)
#define METHOD_RETURN(name)

Define Documentation

#define METHOD_ENTRY ( name   ) 
Value:
if (TAO_debug_level <= 6){} else    \
    ACE_DEBUG (( LM_DEBUG,            \
    "Enter %s\n", #name               \
      ))
#define METHOD_RETURN ( name   ) 
Value:
if (TAO_debug_level <= 6){} else    \
    ACE_DEBUG (( LM_DEBUG,            \
      "Leave %s\n", #name             \
      ));                             \
  return
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on Mon Oct 12 14:55:34 2009 for TAO_PortableGroup by  doxygen 1.6.1