#include "ace/pre.h"
#include "orbconf.h"
#include "ace/post.h"
Include dependency graph for PortableInterceptor.h:
This graph shows which files directly or indirectly include this file:
Defines | |
#define | TAO_INTERCEPTOR(X) |
#define | TAO_INTERCEPTOR_CHECK ACE_CHECK |
#define | TAO_INTERCEPTOR_CHECK_RETURN(X) ACE_CHECK_RETURN (X) |
#define | TAO_INTERCEPTOR_THROW(X) ACE_THROW(X) |
#define | TAO_INTERCEPTOR_THROW_RETURN(X,Y) ACE_THROW_RETURN(X,Y) |
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.
|
|
|
|
|
|
|
|
|
|