#include "ace/config-all.h"
#include "tao/ORB.h"
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 _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.
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; }