Classes | Namespaces | Defines | Functions

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.

Classes

class  CORBA::WrongTransaction

Namespaces

namespace  CORBA
 

FUZZ: disable check_for_include/.


namespace  TAO
 

Define symbolic names for the ORB collocation strategies.


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 68 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 170 of file WrongTransactionC.cpp.

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

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

Definition at line 179 of file WrongTransactionC.cpp.

{
  return true;
}

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines