WrongTransactionC.h File Reference

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

Include dependency graph for WrongTransactionC.h:

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

Go to the source code of this file.

Namespaces

namespace  CORBA
namespace  TAO

Classes

class  CORBA::WrongTransaction

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 72 of file WrongTransactionC.h.

#define TAO_EXPORT_MACRO   TAO_Export

Definition at line 49 of file WrongTransactionC.h.


Function Documentation

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

Definition at line 174 of file WrongTransactionC.cpp.

References CORBA::Exception::_rep_id().

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

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

Definition at line 183 of file WrongTransactionC.cpp.

00187 {
00188   return true;
00189 }


Generated on Tue Feb 2 17:39:09 2010 for TAO by  doxygen 1.4.7