#include "tao/orbconf.h"
Go to the source code of 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 TAO_OBJECT_ADAPTER_GUARD |
ACE_GUARD_THROW_EX (ACE_Lock, \ monitor, \ this->lock (), \ CORBA::OBJ_ADAPTER ())
Definition at line 16 of file poa_macros.h.
#define TAO_OBJECT_ADAPTER_GUARD_RETURN | ( | RETURN | ) |
ACE_GUARD_THROW_EX (ACE_Lock, \ monitor, \ this->lock (), \ CORBA::OBJ_ADAPTER ())
Definition at line 22 of file poa_macros.h.
#define TAO_POA_GUARD |
TAO::Portable_Server::POA_Guard poa_guard (*this); \
ACE_UNUSED_ARG (poa_guard)
Definition at line 28 of file poa_macros.h.
#define TAO_POA_GUARD_RETURN | ( | RETURN | ) |
TAO::Portable_Server::POA_Guard poa_guard (*this); \
ACE_UNUSED_ARG (poa_guard)
Definition at line 32 of file poa_macros.h.