WCharSeqC.cpp File Reference

#include "WCharSeqC.h"
#include "tao/CDR.h"

Include dependency graph for WCharSeqC.cpp:

Include dependency graph

Go to the source code of this file.

Namespaces

namespace  TAO

Defines

#define _CORBA_WCHARSEQ_CS_

Functions

TAO_BEGIN_VERSIONED_NAMESPACE_DECL::CORBA::Boolean operator<< (TAO_OutputCDR &strm, const CORBA::WCharSeq &_tao_sequence)
::CORBA::Boolean operator>> (TAO_InputCDR &strm, CORBA::WCharSeq &_tao_sequence)


Define Documentation

#define _CORBA_WCHARSEQ_CS_
 

Definition at line 54 of file WCharSeqC.cpp.


Function Documentation

TAO_BEGIN_VERSIONED_NAMESPACE_DECL ::CORBA::Boolean operator<< TAO_OutputCDR strm,
const CORBA::WCharSeq _tao_sequence
 

Definition at line 110 of file WCharSeqC.cpp.

00114 {
00115   return TAO::marshal_sequence(strm, _tao_sequence);
00116 }

::CORBA::Boolean operator>> TAO_InputCDR strm,
CORBA::WCharSeq _tao_sequence
 

Definition at line 118 of file WCharSeqC.cpp.

00122 {
00123   return TAO::demarshal_sequence(strm, _tao_sequence);
00124 }


Generated on Thu Nov 9 12:11:45 2006 for TAO by doxygen 1.3.6