#include "tao/DomainC.h"#include "tao/CDR.h"#include "tao/Invocation_Adapter.h"#include "tao/Object_T.h"#include "tao/Basic_Arguments.h"#include "tao/Object_Argument_T.h"#include "tao/Special_Basic_Arguments.h"#include "ace/OS_NS_string.h"#include "tao/ORB_Core.h"#include "tao/IFR_Client_Adapter.h"#include "tao/Any_Insert_Policy_T.h"#include "ace/Dynamic_Service.h"Include dependency graph for DomainC.cpp:

Go to the source code of this file.
Namespaces | |
| namespace | CORBA |
| namespace | TAO |
Defines | |
| #define | _CORBA_POLICY__ARG_TRAITS_CS_ |
| #define | _CORBA_INTERFACEDEF__ARG_TRAITS_CS_ |
| #define | _CORBA_DOMAINMANAGERLIST_CS_ |
Functions | |
| CORBA::Boolean | operator<< (TAO_OutputCDR &strm, const CORBA::DomainManager_ptr _tao_objref) |
| CORBA::Boolean | operator>> (TAO_InputCDR &strm, CORBA::DomainManager_ptr &_tao_objref) |
| CORBA::Boolean | operator<< (TAO_OutputCDR &strm, const CORBA::ConstructionPolicy_ptr _tao_objref) |
| CORBA::Boolean | operator>> (TAO_InputCDR &strm, CORBA::ConstructionPolicy_ptr &_tao_objref) |
| CORBA::Boolean | operator<< (TAO_OutputCDR &strm, const CORBA::DomainManagerList &_tao_sequence) |
| CORBA::Boolean | operator>> (TAO_InputCDR &strm, CORBA::DomainManagerList &_tao_sequence) |
Variables | |
| TAO::Collocation_Proxy_Broker *(* | CORBA__TAO_DomainManager_Proxy_Broker_Factory_function_pointer )(CORBA::Object_ptr obj)=0 |
| TAO::Collocation_Proxy_Broker *(* | CORBA__TAO_ConstructionPolicy_Proxy_Broker_Factory_function_pointer )(CORBA::Object_ptr obj)=0 |
|
|
Definition at line 542 of file DomainC.cpp. |
|
|
Definition at line 112 of file DomainC.cpp. |
|
|
Definition at line 94 of file DomainC.cpp. |
|
||||||||||||
|
Definition at line 669 of file DomainC.cpp.
00673 {
00674 return TAO::marshal_sequence(strm, _tao_sequence);
00675 }
|
|
||||||||||||
|
Definition at line 630 of file DomainC.cpp.
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.
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.
00681 {
00682 return TAO::demarshal_sequence(strm, _tao_sequence);
00683 }
|
|
||||||||||||
|
Definition at line 639 of file DomainC.cpp.
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.
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 369 of file DomainC.cpp. Referenced by CORBA::ConstructionPolicy::_narrow(), CORBA::ConstructionPolicy::_unchecked_narrow(), and operator>>(). |
|
|
Definition at line 169 of file DomainC.cpp. Referenced by CORBA::DomainManager::_narrow(), CORBA::DomainManager::_unchecked_narrow(), and operator>>(). |
1.3.6