#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 uiop_endpointsC.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
|
Definition at line 106 of file uiop_endpointsC.h. |
|
Definition at line 55 of file uiop_endpointsC.h. |
|
Definition at line 83 of file uiop_endpointsC.h. |
|
Definition at line 77 of file uiop_endpointsC.h. |
|
Definition at line 120 of file uiop_endpointsC.h. |
|
Definition at line 114 of file uiop_endpointsC.h. |
|
Definition at line 201 of file uiop_endpointsC.cpp. References TAO::marshal_sequence().
00205 { 00206 return TAO::marshal_sequence(strm, _tao_sequence); 00207 } |
|
Definition at line 175 of file uiop_endpointsC.cpp. References TAO_UIOP_Endpoint_Info::priority, and TAO_UIOP_Endpoint_Info::rendezvous_point.
00179 {
00180 return
00181 (strm << _tao_aggregate.rendezvous_point.in ()) &&
00182 (strm << _tao_aggregate.priority);
00183 }
|
|
Definition at line 209 of file uiop_endpointsC.cpp. References TAO::demarshal_sequence().
00213 { 00214 return TAO::demarshal_sequence(strm, _tao_sequence); 00215 } |
|
Definition at line 185 of file uiop_endpointsC.cpp. References TAO_UIOP_Endpoint_Info::priority, and TAO_UIOP_Endpoint_Info::rendezvous_point.
00189 {
00190 return
00191 (strm >> _tao_aggregate.rendezvous_point.out ()) &&
00192 (strm >> _tao_aggregate.priority);
00193 }
|
|
Definition at line 100 of file uiop_endpointsC.h. |
|
Definition at line 148 of file uiop_endpointsC.h. |
|
Definition at line 71 of file uiop_endpointsC.h. |