WrongTransactionC.cpp File Reference

#include "tao/WrongTransactionC.h"
#include "tao/CDR.h"
#include "tao/SystemException.h"
#include "ace/OS_NS_string.h"
#include "tao/AnyTypeCode_Adapter.h"
#include "ace/Dynamic_Service.h"
#include "ace/Log_Msg.h"

Include dependency graph for WrongTransactionC.cpp:

Go to the source code of this file.

Namespaces

namespace  TAO

Functions

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


Function Documentation

CORBA::Boolean operator<< ( TAO_OutputCDR strm,
const CORBA::WrongTransaction _tao_aggregate 
)

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 }

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