diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-09-18 00:06:07 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-09-18 00:06:07 +0000 |
commit | e12b5d4ffb96ffdce21884a491273fb82a65cab9 (patch) | |
tree | 10e8af6827368c6ceb5e733627c5faf5e361b748 /TAO/tao/RTPortableServer/RT_Servant_Dispatcher.h | |
parent | b792311a6a68d2359ab17efcd36a899eff948baf (diff) | |
download | ATCD-e12b5d4ffb96ffdce21884a491273fb82a65cab9.tar.gz |
ChangeLogTag: Mon Sep 17 19:00:00 2001 Irfan Pyarali <irfan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/RTPortableServer/RT_Servant_Dispatcher.h')
-rw-r--r-- | TAO/tao/RTPortableServer/RT_Servant_Dispatcher.h | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/TAO/tao/RTPortableServer/RT_Servant_Dispatcher.h b/TAO/tao/RTPortableServer/RT_Servant_Dispatcher.h index c95dfde5e00..9d8c758122a 100644 --- a/TAO/tao/RTPortableServer/RT_Servant_Dispatcher.h +++ b/TAO/tao/RTPortableServer/RT_Servant_Dispatcher.h @@ -17,7 +17,10 @@ #include "rtportableserver_export.h" #include "tao/PortableServer/Servant_Dispatcher.h" -#include "tao/RTCORBA/RTCORBA.h" + +#define TAO_RTCORBA_SAFE_INCLUDE +#include "tao/RTCORBA/RTCORBAC.h" +#undef TAO_RTCORBA_SAFE_INCLUDE #if !defined (ACE_LACKS_PRAGMA_ONCE) # pragma once @@ -76,7 +79,8 @@ class TAO_RTPortableServer_Export RT_Priority_Model_Processing public: // Constructor. - RT_Priority_Model_Processing (TAO_POA &poa); + RT_Priority_Model_Processing (TAO_POA &poa, + CORBA::Short servant_priority); // Resets the priority of the current thread back to its original // value if necessary, i.e., if it was changed and the @@ -119,6 +123,9 @@ private: // Original CORBA priority of the thread. RTCORBA::Priority original_CORBA_priority_; + + // Servant Priority. + CORBA::Short servant_priority_; }; #include "ace/post.h" |