1 #include "tao/RTCORBA/Priority_Mapping_Manager.h"
3 #if defined (TAO_HAS_CORBA_MESSAGING) && TAO_HAS_CORBA_MESSAGING != 0
5 #if ! defined (__ACE_INLINE__)
6 #include "tao/RTCORBA/Priority_Mapping_Manager.inl"
7 #endif /* __ACE_INLINE__ */
9 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
11 TAO_Priority_Mapping_Manager::~TAO_Priority_Mapping_Manager ()
13 delete this->mapping_
;
16 TAO_Priority_Mapping_Manager_ptr
17 TAO_Priority_Mapping_Manager::_narrow (CORBA::Object_ptr obj
)
20 TAO_Priority_Mapping_Manager::_duplicate (
21 dynamic_cast<TAO_Priority_Mapping_Manager_ptr
> (obj
));
24 TAO_Priority_Mapping_Manager_ptr
25 TAO_Priority_Mapping_Manager::_duplicate (TAO_Priority_Mapping_Manager_ptr obj
)
27 if (!CORBA::is_nil (obj
))
33 TAO_Priority_Mapping_Manager::_interface_repository_id () const
35 return "IDL:Priority_Mapping_Manager:1.0";
38 TAO_END_VERSIONED_NAMESPACE_DECL
40 #endif /* TAO_HAS_CORBA_MESSAGING && TAO_HAS_CORBA_MESSAGING != 0 */