Namespaces | Functions

ExceptionA.h File Reference

#include "tao/orbconf.h"
#include "tao/AnyTypeCode/TAO_AnyTypeCode_Export.h"
#include "tao/Exception.h"
Include dependency graph for ExceptionA.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  CORBA
 

FUZZ: disable check_for_include/.


Functions

TAO_AnyTypeCode_Export void operator<<= (CORBA::Any &, const CORBA::Exception &)
TAO_AnyTypeCode_Export void operator<<= (CORBA::Any &, CORBA::Exception *)

Detailed Description

Id:
ExceptionA.h 76962 2007-02-08 16:29:30Z johnnyw

This file defines way in which CORBA exceptions are reported.

Author:
DOC Group at Vanderbilt U., Wash U, and UCI

Definition in file ExceptionA.h.


Function Documentation

TAO_AnyTypeCode_Export void operator<<= ( CORBA::Any ,
const CORBA::Exception  
)

Definition at line 89 of file ExceptionA.cpp.

{
  TAO::Any_Dual_Impl_T<CORBA::Exception>::insert_copy (
      any,
      CORBA::Exception::_tao_any_destructor,
      exception._tao_type (),
      exception);
}

TAO_AnyTypeCode_Export void operator<<= ( CORBA::Any ,
CORBA::Exception  
)

Definition at line 100 of file ExceptionA.cpp.

{
  TAO::Any_Dual_Impl_T<CORBA::Exception>::insert (
      any,
      CORBA::Exception::_tao_any_destructor,
      exception->_tao_type (),
      exception);
}

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines