Bug 2782 - Move Thread priority hooks out of protocol hooks
Summary: Move Thread priority hooks out of protocol hooks
Status: NEW
Alias: None
Product: TAO
Classification: Unclassified
Component: ORB (show other bugs)
Version: 1.5.5
Hardware: All All
: P3 normal
Assignee: DOC Center Support List (internal)
URL:
Depends on:
Blocks:
 
Reported: 2007-01-25 08:36 CST by Johnny Willemsen
Modified: 2007-04-11 06:03 CDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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