#include "ace/config-all.h"#include "tao/TAO_Export.h"#include "tao/ORB.h"#include "tao/SystemException.h"#include "tao/Environment.h"#include "tao/Object.h"#include "tao/Sequence_T.h"#include "tao/Objref_VarOut_T.h"#include "tao/Seq_Var_T.h"#include "tao/Seq_Out_T.h"#include "tao/PolicyC.h"#include "tao/DomainC.inl"Include dependency graph for DomainC.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
Definition at line 669 of file DomainC.cpp. References TAO::marshal_sequence().
00673 {
00674 return TAO::marshal_sequence(strm, _tao_sequence);
00675 }
|
|
||||||||||||
|
Definition at line 630 of file DomainC.cpp. References CORBA::ConstructionPolicy_ptr, and CORBA::Object_ptr.
00634 {
00635 CORBA::Object_ptr _tao_corba_obj = _tao_objref;
00636 return (strm << _tao_corba_obj);
00637 }
|
|
||||||||||||
|
Definition at line 594 of file DomainC.cpp. References CORBA::DomainManager_ptr, and CORBA::Object_ptr.
00598 {
00599 CORBA::Object_ptr _tao_corba_obj = _tao_objref;
00600 return (strm << _tao_corba_obj);
00601 }
|
|
||||||||||||
|
Definition at line 677 of file DomainC.cpp. References TAO::demarshal_sequence().
00681 {
00682 return TAO::demarshal_sequence(strm, _tao_sequence);
00683 }
|
|
||||||||||||
|
Definition at line 639 of file DomainC.cpp. References CORBA::ConstructionPolicy_ptr, CORBA__TAO_ConstructionPolicy_Proxy_Broker_Factory_function_pointer, TAO_Pseudo_Var_T< T >::in(), TAO_Pseudo_Var_T< T >::inout(), CORBA::Object_var, and TAO::Narrow_Utils< T >::unchecked_narrow().
00643 {
00644 CORBA::Object_var obj;
00645
00646 if (!(strm >> obj.inout ()))
00647 {
00648 return false;
00649 }
00650
00651 typedef ::CORBA::ConstructionPolicy RHS_SCOPED_NAME;
00652
00653 // Narrow to the right type.
00654 _tao_objref =
00655 TAO::Narrow_Utils<RHS_SCOPED_NAME>::unchecked_narrow (
00656 obj.in (),
00657 CORBA__TAO_ConstructionPolicy_Proxy_Broker_Factory_function_pointer
00658 );
00659
00660 return 1;
00661 }
|
|
||||||||||||
|
Definition at line 603 of file DomainC.cpp. References CORBA__TAO_DomainManager_Proxy_Broker_Factory_function_pointer, CORBA::DomainManager_ptr, TAO_Pseudo_Var_T< T >::in(), TAO_Pseudo_Var_T< T >::inout(), CORBA::Object_var, and TAO::Narrow_Utils< T >::unchecked_narrow().
00607 {
00608 CORBA::Object_var obj;
00609
00610 if (!(strm >> obj.inout ()))
00611 {
00612 return false;
00613 }
00614
00615 typedef ::CORBA::DomainManager RHS_SCOPED_NAME;
00616
00617 // Narrow to the right type.
00618 _tao_objref =
00619 TAO::Narrow_Utils<RHS_SCOPED_NAME>::unchecked_narrow (
00620 obj.in (),
00621 CORBA__TAO_DomainManager_Proxy_Broker_Factory_function_pointer
00622 );
00623
00624 return 1;
00625 }
|
|
|
Definition at line 387 of file DomainC.h. Referenced by CORBA::ConstructionPolicy::_narrow(), CORBA::ConstructionPolicy::_unchecked_narrow(), and operator>>(). |
|
|
Definition at line 381 of file DomainC.h. Referenced by CORBA::DomainManager::_narrow(), CORBA::DomainManager::_unchecked_narrow(), and operator>>(). |
1.3.6