summaryrefslogtreecommitdiff
path: root/TAO/tao/RTCORBA/RT_Protocols_Hooks.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/RTCORBA/RT_Protocols_Hooks.h')
-rw-r--r--TAO/tao/RTCORBA/RT_Protocols_Hooks.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/TAO/tao/RTCORBA/RT_Protocols_Hooks.h b/TAO/tao/RTCORBA/RT_Protocols_Hooks.h
index 3566e7e2c36..4cae8d8aab1 100644
--- a/TAO/tao/RTCORBA/RT_Protocols_Hooks.h
+++ b/TAO/tao/RTCORBA/RT_Protocols_Hooks.h
@@ -19,6 +19,7 @@
#if defined (TAO_HAS_CORBA_MESSAGING) && TAO_HAS_CORBA_MESSAGING != 0
+#include "tao/RTCORBA/rtcorba_export.h"
#include "tao/RTCORBA/Priority_Mapping_Manager.h"
#include "tao/RTCORBA/Network_Priority_Mapping_Manager.h"
@@ -80,10 +81,6 @@ public:
CORBA::Long get_dscp_codepoint (void);
- void rt_service_context (TAO_Stub *stub,
- TAO_Service_Context &service_context,
- CORBA::Boolean restart);
-
void get_selector_hook (CORBA::Policy *model_policy,
CORBA::Boolean
&is_client_propagated,
@@ -101,7 +98,7 @@ public:
* some critical components.
*/
//@{
- int get_thread_CORBA_priority (CORBA::Short &);
+ int get_thread_CORBA_priority (CORBA::Short &priority);
int get_thread_native_priority (CORBA::Short &);