#include "ace/config-all.h"
#include "tao/Strategies/strategies_export.h"
#include "tao/ORB.h"
#include "tao/Environment.h"
#include "tao/Sequence_T.h"
#include "tao/Seq_Var_T.h"
#include "tao/Seq_Out_T.h"
#include "tao/VarOut_T.h"
#include "tao/String_Manager_T.h"
Include dependency graph for sciop_endpointsC.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
|
Definition at line 107 of file sciop_endpointsC.h. |
|
Definition at line 55 of file sciop_endpointsC.h. |
|
Definition at line 83 of file sciop_endpointsC.h. |
|
Definition at line 77 of file sciop_endpointsC.h. |
|
Definition at line 121 of file sciop_endpointsC.h. |
|
Definition at line 115 of file sciop_endpointsC.h. |
|
Definition at line 204 of file sciop_endpointsC.cpp. References TAO::marshal_sequence().
00208 { 00209 return TAO::marshal_sequence(strm, _tao_sequence); 00210 } |
|
Definition at line 176 of file sciop_endpointsC.cpp. References TAO_SCIOP_Endpoint_Info::host, TAO_SCIOP_Endpoint_Info::port, and TAO_SCIOP_Endpoint_Info::priority.
00180 {
00181 return
00182 (strm << _tao_aggregate.host.in ()) &&
00183 (strm << _tao_aggregate.port) &&
00184 (strm << _tao_aggregate.priority);
00185 }
|
|
Definition at line 212 of file sciop_endpointsC.cpp. References TAO::demarshal_sequence().
00216 { 00217 return TAO::demarshal_sequence(strm, _tao_sequence); 00218 } |
|
Definition at line 187 of file sciop_endpointsC.cpp. References TAO_SCIOP_Endpoint_Info::host, TAO_SCIOP_Endpoint_Info::port, and TAO_SCIOP_Endpoint_Info::priority.
00191 {
00192 return
00193 (strm >> _tao_aggregate.host.out ()) &&
00194 (strm >> _tao_aggregate.port) &&
00195 (strm >> _tao_aggregate.priority);
00196 }
|
|
Definition at line 101 of file sciop_endpointsC.h. |
|
Definition at line 149 of file sciop_endpointsC.h. |
|
Definition at line 71 of file sciop_endpointsC.h. |