ServicesC.inl
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 #if !defined (_RTT_CORBA_SERVICEINTERFACE___CI_)
00033 #define _RTT_CORBA_SERVICEINTERFACE___CI_
00034
00035 ACE_INLINE
00036 RTT::Corba::ServiceInterface::ServiceInterface (
00037 TAO_Stub *objref,
00038 ::CORBA::Boolean _tao_collocated,
00039 TAO_Abstract_ServantBase *servant,
00040 TAO_ORB_Core *oc
00041 )
00042 : ::CORBA::Object (objref, _tao_collocated, servant, oc),
00043 the_TAO_ServiceInterface_Proxy_Broker_ (0)
00044 {
00045 this->RTT_Corba_ServiceInterface_setup_collocation ();
00046 }
00047
00048 ACE_INLINE
00049 RTT::Corba::ServiceInterface::ServiceInterface (
00050 IOP::IOR *ior,
00051 TAO_ORB_Core *oc
00052 )
00053 : ::CORBA::Object (ior, oc),
00054 the_TAO_ServiceInterface_Proxy_Broker_ (0)
00055 {
00056 }
00057
00058 #endif
00059