ServicesC.cpp File Reference

#include "tao/ServicesC.h"
#include "tao/CDR.h"
#include "tao/ORB_Core.h"

Include dependency graph for ServicesC.cpp:

Include dependency graph

Go to the source code of this file.

Namespaces

namespace  TAO

Defines

#define _CORBA_SERVICEOPTIONSEQ_CS_
#define _CORBA_SERVICEDETAILSEQ_CS_

Functions

CORBA::Boolean operator<< (TAO_OutputCDR &strm, const CORBA::ServiceOptionSeq &_tao_sequence)
CORBA::Boolean operator>> (TAO_InputCDR &strm, CORBA::ServiceOptionSeq &_tao_sequence)
CORBA::Boolean operator<< (TAO_OutputCDR &strm, const CORBA::ServiceDetail &_tao_aggregate)
CORBA::Boolean operator>> (TAO_InputCDR &strm, CORBA::ServiceDetail &_tao_aggregate)
CORBA::Boolean operator<< (TAO_OutputCDR &strm, const CORBA::ServiceDetailSeq &_tao_sequence)
CORBA::Boolean operator>> (TAO_InputCDR &strm, CORBA::ServiceDetailSeq &_tao_sequence)
CORBA::Boolean operator<< (TAO_OutputCDR &strm, const CORBA::ServiceInformation &_tao_aggregate)
CORBA::Boolean operator>> (TAO_InputCDR &strm, CORBA::ServiceInformation &_tao_aggregate)


Define Documentation

#define _CORBA_SERVICEDETAILSEQ_CS_
 

Definition at line 117 of file ServicesC.cpp.

#define _CORBA_SERVICEOPTIONSEQ_CS_
 

Definition at line 51 of file ServicesC.cpp.


Function Documentation

CORBA::Boolean operator<< TAO_OutputCDR strm,
const CORBA::ServiceInformation _tao_aggregate
 

Definition at line 253 of file ServicesC.cpp.

00257 {
00258   return
00259     (strm << _tao_aggregate.service_options) &&
00260     (strm << _tao_aggregate.service_details);
00261 }

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

Definition at line 232 of file ServicesC.cpp.

00236 {
00237   return TAO::marshal_sequence(strm, _tao_sequence);
00238 }

CORBA::Boolean operator<< TAO_OutputCDR strm,
const CORBA::ServiceDetail _tao_aggregate
 

Definition at line 206 of file ServicesC.cpp.

00210 {
00211   return
00212     (strm << _tao_aggregate.service_detail_type) &&
00213     (strm << _tao_aggregate.service_detail);
00214 }

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

Definition at line 185 of file ServicesC.cpp.

00189 {
00190   return TAO::marshal_sequence(strm, _tao_sequence);
00191 }

CORBA::Boolean operator>> TAO_InputCDR strm,
CORBA::ServiceInformation _tao_aggregate
 

Definition at line 263 of file ServicesC.cpp.

00267 {
00268   return
00269     (strm >> _tao_aggregate.service_options) &&
00270     (strm >> _tao_aggregate.service_details);
00271 }

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

Definition at line 240 of file ServicesC.cpp.

00244 {
00245   return TAO::demarshal_sequence(strm, _tao_sequence);
00246 }

CORBA::Boolean operator>> TAO_InputCDR strm,
CORBA::ServiceDetail _tao_aggregate
 

Definition at line 216 of file ServicesC.cpp.

00220 {
00221   return
00222     (strm >> _tao_aggregate.service_detail_type) &&
00223     (strm >> _tao_aggregate.service_detail);
00224 }

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

Definition at line 193 of file ServicesC.cpp.

00197 {
00198   return TAO::demarshal_sequence(strm, _tao_sequence);
00199 }


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