Bug 2782

Summary: Move Thread priority hooks out of protocol hooks
Product: TAO Reporter: Johnny Willemsen <jwillemsen>
Component: ORBAssignee: DOC Center Support List (internal) <tao-support>
Status: NEW ---    
Severity: normal CC: jai
Priority: P3    
Version: 1.5.5   
Hardware: All   
OS: All   

Description Johnny Willemsen 2007-01-25 08:36:47 CST
The protocol hooks do contain the thread priority hooks for RTCORBA. They
shouldn't be there, we need a new hook just for thread priority and these are
then only used by the RTCorba and RTPortableServer libraries so they don't need
to be in the core TAO lib. The methods are:

  int get_thread_CORBA_priority (CORBA::Short &);

  int get_thread_native_priority (CORBA::Short &);

  int get_thread_CORBA_and_native_priority (CORBA::Short &,
                                            CORBA::Short &);

  int set_thread_CORBA_priority (CORBA::Short);

  int set_thread_native_priority (CORBA::Short);
Comment 1 Johnny Willemsen 2007-01-25 08:37:10 CST
mine, added Jai as CC
Comment 2 Johnny Willemsen 2007-04-11 06:03:09 CDT
to pool