#include "ace/config-all.h"
#include "tao/RTPortableServer/rtportableserver_export.h"
#include "tao/ORB.h"
#include "tao/SystemException.h"
#include "tao/Environment.h"
#include "tao/Object.h"
#include "tao/Objref_VarOut_T.h"
#include "tao/PortableServer/PortableServer_includeC.h"
#include "tao/RTCORBA/RTCORBA_includeC.h"
Include dependency graph for RTPortableServerC.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | RTPortableServer |
namespace | TAO |
Classes | |
interface | POA |
Defines | |
#define | TAO_EXPORT_MACRO TAO_RTPortableServer_Export |
#define | _RTPORTABLESERVER_POA__VAR_OUT_CH_ |
#define | _RTPORTABLESERVER_POA_CH_ |
#define | _RTPORTABLESERVER_POA__TRAITS_CH_ |
Functions | |
TAO_RTPortableServer_Export void | operator<<= (CORBA::Any &, RTPortableServer::POA_ptr) |
TAO_RTPortableServer_Export void | operator<<= (CORBA::Any &, RTPortableServer::POA_ptr *) |
TAO_RTPortableServer_Export CORBA::Boolean | operator>>= (const CORBA::Any &, RTPortableServer::POA_ptr &) |
|
Definition at line 238 of file RTPortableServerC.h. |
|
Definition at line 83 of file RTPortableServerC.h. |
|
Definition at line 106 of file RTPortableServerC.h. |
|
Definition at line 60 of file RTPortableServerC.h. |
|
Definition at line 105 of file RTPortableServerA.cpp. References RTPortableServer::POA_ptr.
00109 { 00110 TAO::Any_Impl_T<RTPortableServer::POA>::insert ( 00111 _tao_any, 00112 RTPortableServer::POA::_tao_any_destructor, 00113 RTPortableServer::_tc_POA, 00114 *_tao_elem 00115 ); 00116 } |
|
Definition at line 93 of file RTPortableServerA.cpp. References RTPortableServer::POA::_duplicate(), and RTPortableServer::POA_ptr.
00097 { 00098 RTPortableServer::POA_ptr _tao_objptr = 00099 RTPortableServer::POA::_duplicate (_tao_elem); 00100 _tao_any <<= &_tao_objptr; 00101 } |
|
Definition at line 119 of file RTPortableServerA.cpp. References RTPortableServer::POA_ptr.
00123 {
00124 return
00125 TAO::Any_Impl_T<RTPortableServer::POA>::extract (
00126 _tao_any,
00127 RTPortableServer::POA::_tao_any_destructor,
00128 RTPortableServer::_tc_POA,
00129 _tao_elem
00130 );
00131 }
|