TAO_RTCORBA
2.2.8
|
The interface for priority mapping. More...
#include <Priority_Mapping.h>
Public Member Functions | |
virtual | ~TAO_Priority_Mapping (void) |
The destructor. More... | |
virtual CORBA::Boolean | to_native (RTCORBA::Priority corba_priority, RTCORBA::NativePriority &native_priority)=0 |
virtual CORBA::Boolean | to_CORBA (RTCORBA::NativePriority native_priority, RTCORBA::Priority &corba_priority)=0 |
The interface for priority mapping.
Check the RT-CORBA spec (orbos/99-02-12) secions 4.5.2
|
virtual |
The destructor.
|
pure virtual |
|
pure virtual |