Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031
00032 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
00033
00034 #if !defined (_CORBA_POLICY___CI_)
00035 #define _CORBA_POLICY___CI_
00036
00037 ACE_INLINE
00038 CORBA::Policy::Policy (
00039 TAO_Stub *objref,
00040 CORBA::Boolean _tao_collocated,
00041 TAO_Abstract_ServantBase *servant,
00042 TAO_ORB_Core *oc
00043 )
00044 : ::CORBA::Object (objref, _tao_collocated, servant, oc),
00045 the_TAO_Policy_Proxy_Broker_ (0)
00046 {
00047 this->CORBA_Policy_setup_collocation ();
00048 }
00049
00050 ACE_INLINE
00051 CORBA::Policy::Policy (
00052 IOP::IOR *ior,
00053 TAO_ORB_Core *oc
00054 )
00055 : ::CORBA::Object (ior, oc),
00056 the_TAO_Policy_Proxy_Broker_ (0)
00057 {
00058 }
00059
00060 #endif
00061
00062 TAO_END_VERSIONED_NAMESPACE_DECL