#include "tao/ObjectIdListC.h"#include "tao/CDR.h"Include dependency graph for ObjectIdListC.cpp:

Go to the source code of this file.
Namespaces | |
| namespace | TAO |
Defines | |
| #define | _CORBA_ORB_OBJECTIDLIST_CS_ |
Functions | |
| CORBA::Boolean | operator<< (TAO_OutputCDR &strm, const CORBA::ORB_ObjectIdList &_tao_sequence) |
| CORBA::Boolean | operator>> (TAO_InputCDR &strm, CORBA::ORB_ObjectIdList &_tao_sequence) |
|
|
Definition at line 54 of file ObjectIdListC.cpp. |
|
||||||||||||
|
Definition at line 94 of file ObjectIdListC.cpp.
00098 {
00099 return TAO::marshal_sequence(strm, _tao_sequence);
00100 }
|
|
||||||||||||
|
Definition at line 102 of file ObjectIdListC.cpp.
00106 {
00107 return TAO::demarshal_sequence(strm, _tao_sequence);
00108 }
|
1.3.6