Defines

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:

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 Documentation

#define TAO_OBJECT_ADAPTER_GUARD
Value:
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  ) 
Value:
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
Value:
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  ) 
Value:
TAO::Portable_Server::POA_Guard poa_guard (*this); \
  ACE_UNUSED_ARG (poa_guard)

Definition at line 32 of file poa_macros.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines