WrongTransactionC.h File Reference

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

Go to the source code of this file.

Classes

class  CORBA::WrongTransaction

Namespaces

namespace  CORBA
 

FUZZ: disable check_for_include/.


namespace  TAO
 

Define symbolic names for the ORB collocation strategies.


Defines

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


Function Documentation

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

Definition at line 170 of file WrongTransactionC.cpp.

00174 {
00175   // Marshal the repository ID.
00176   return (strm << _tao_aggregate._rep_id ());
00177 }

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

Definition at line 179 of file WrongTransactionC.cpp.

00183 {
00184   return true;
00185 }

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on Sun Nov 22 23:25:56 2009 for TAO by  doxygen 1.6.1