poa_macros.h File Reference

#include "tao/orbconf.h"

Include dependency graph for poa_macros.h:

This graph shows which files directly or indirectly include this file:


Defines

#define TAO_OBJECT_ADAPTER_GUARD
#define TAO_OBJECT_ADAPTER_GUARD_RETURN(RETURN)
#define TAO_POA_GUARD
#define TAO_POA_GUARD_RETURN(RETURN)

Define Documentation

#define TAO_OBJECT_ADAPTER_GUARD

Value:

ACE_GUARD_THROW_EX (ACE_Lock, \
                      monitor, \
                      this->lock (), \
                      CORBA::OBJ_ADAPTER ())

#define TAO_OBJECT_ADAPTER_GUARD_RETURN ( RETURN   ) 

Value:

ACE_GUARD_THROW_EX (ACE_Lock, \
                      monitor, \
                      this->lock (), \
                      CORBA::OBJ_ADAPTER ())

#define TAO_POA_GUARD

Value:

TAO::Portable_Server::POA_Guard poa_guard (*this); \
  ACE_UNUSED_ARG (poa_guard)

#define TAO_POA_GUARD_RETURN ( RETURN   ) 

Value:

TAO::Portable_Server::POA_Guard poa_guard (*this); \
  ACE_UNUSED_ARG (poa_guard)


Generated on Mon Sep 15 07:51:11 2008 for TAO_PortableServer by  doxygen 1.5.5