poa_macros.h File Reference

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)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on Fri Sep 11 04:13:21 2009 for TAO_PortableServer by  doxygen 1.6.1