Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

PortableInterceptor.h File Reference

PortableInterceptor.h,v 1.10 2001/05/31 04:50:08 othman Exp. More...

#include "ace/pre.h"
#include "orbconf.h"
#include "ace/post.h"

Include dependency graph for PortableInterceptor.h:

Include dependency graph

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

Included by dependency graph

Defines

#define TAO_INTERCEPTOR(X)   X
#define TAO_INTERCEPTOR_CHECK   ACE_TRY_CHECK
#define TAO_INTERCEPTOR_CHECK_RETURN(X)   ACE_TRY_CHECK
#define TAO_INTERCEPTOR_THROW(X)   ACE_TRY_THROW(X)
#define TAO_INTERCEPTOR_THROW_RETURN(X, Y)   ACE_TRY_THROW(X)

Detailed Description

PortableInterceptor.h,v 1.10 2001/05/31 04:50:08 othman Exp.

A series of TAO_INTERCEPTOR* macros are defined in this file. These macros allows us to disable/enable support of interceptors easily.

Author:
Nanbor Wang <[email protected]> , Kirthika Parameswaran <[email protected]> , Ossama Othman <[email protected]>

Define Documentation

#define TAO_INTERCEPTOR      X
 

#define TAO_INTERCEPTOR_CHECK   ACE_TRY_CHECK
 

#define TAO_INTERCEPTOR_CHECK_RETURN      ACE_TRY_CHECK
 

#define TAO_INTERCEPTOR_THROW      ACE_TRY_THROW(X)
 

#define TAO_INTERCEPTOR_THROW_RETURN X,
     ACE_TRY_THROW(X)
 


Generated on Thu Oct 10 18:05:22 2002 for TAO by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001