ShortSeqC.cpp File Reference

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

Include dependency graph for ShortSeqC.cpp:

Include dependency graph

Go to the source code of this file.

Namespaces

namespace  TAO

Defines

#define _CORBA_SHORTSEQ_CS_

Functions

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


Define Documentation

#define _CORBA_SHORTSEQ_CS_
 

Definition at line 50 of file ShortSeqC.cpp.


Function Documentation

CORBA::Boolean operator<< TAO_OutputCDR strm,
const CORBA::ShortSeq _tao_sequence
 

Definition at line 105 of file ShortSeqC.cpp.

00109 {
00110   return TAO::marshal_sequence(strm, _tao_sequence);
00111 }

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

Definition at line 113 of file ShortSeqC.cpp.

00117 {
00118   return TAO::demarshal_sequence(strm, _tao_sequence);
00119 }


Generated on Thu Nov 9 12:06:55 2006 for TAO by doxygen 1.3.6