WrongTransactionC.h File Reference

#include "ace/config-all.h"
#include "tao/TAO_Export.h"
#include "tao/ORB.h"
#include "tao/Environment.h"

Include dependency graph for WrongTransactionC.h:

Include dependency graph

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

Included by dependency graph

Go to the source code of this file.

Namespaces

namespace  CORBA
namespace  TAO

Classes

exception  WrongTransaction
 UserException for DII requests. More...


Defines

#define TAO_EXPORT_MACRO   TAO_Export
#define _CORBA_WRONGTRANSACTION_CH_

Functions

TAO_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::WrongTransaction &)
TAO_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::WrongTransaction &)


Define Documentation

#define _CORBA_WRONGTRANSACTION_CH_
 

Definition at line 73 of file WrongTransactionC.h.

#define TAO_EXPORT_MACRO   TAO_Export
 

Definition at line 50 of file WrongTransactionC.h.


Function Documentation

TAO_Export CORBA::Boolean operator<< TAO_OutputCDR ,
const CORBA::WrongTransaction
 

Definition at line 176 of file WrongTransactionC.cpp.

References CORBA::Exception::_rep_id().

00180 {
00181   // Marshal the repository ID.
00182   return (strm << _tao_aggregate._rep_id ());
00183 }

TAO_Export CORBA::Boolean operator>> TAO_InputCDR ,
CORBA::WrongTransaction
 

Definition at line 185 of file WrongTransactionC.cpp.

00189 {
00190   return true;
00191 }


Generated on Thu Nov 9 12:11:49 2006 for TAO by doxygen 1.3.6