#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"
Go to the source code of this file.
Namespaces | |
| namespace | TAO |
Define symbolic names for the ORB collocation strategies. | |
Functions | |
| CORBA::Boolean | operator<< (TAO_OutputCDR &strm, const CORBA::WrongTransaction &_tao_aggregate) |
| CORBA::Boolean | operator>> (TAO_InputCDR &, CORBA::WrongTransaction &) |
| CORBA::Boolean operator<< | ( | TAO_OutputCDR & | strm, | |
| const CORBA::WrongTransaction & | _tao_aggregate | |||
| ) |
Definition at line 170 of file WrongTransactionC.cpp.
{
// Marshal the repository ID.
return (strm << _tao_aggregate._rep_id ());
}
| CORBA::Boolean operator>> | ( | TAO_InputCDR & | , | |
| CORBA::WrongTransaction & | ||||
| ) |
Definition at line 179 of file WrongTransactionC.cpp.
{
return true;
}
1.7.0