summaryrefslogtreecommitdiff
path: root/TAO/tao/RTPortableServer/RT_Servant_Dispatcher.h
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-09-18 00:06:07 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-09-18 00:06:07 +0000
commit51f8cbd1e6bda9fc3ee01cbcb6305fbd0d760f49 (patch)
tree10e8af6827368c6ceb5e733627c5faf5e361b748 /TAO/tao/RTPortableServer/RT_Servant_Dispatcher.h
parent860ac45fe29e5b8e33304d7d7d83629de17ca427 (diff)
downloadATCD-51f8cbd1e6bda9fc3ee01cbcb6305fbd0d760f49.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.h11
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"