summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Event/EC_QOS_Info.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Event/EC_QOS_Info.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/EC_QOS_Info.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Event/EC_QOS_Info.h b/TAO/orbsvcs/orbsvcs/Event/EC_QOS_Info.h
index a5597b40d3d..6a59096ddcb 100644
--- a/TAO/orbsvcs/orbsvcs/Event/EC_QOS_Info.h
+++ b/TAO/orbsvcs/orbsvcs/Event/EC_QOS_Info.h
@@ -24,7 +24,7 @@
#ifndef TAO_EC_QOS_INFO_H
#define TAO_EC_QOS_INFO_H
-#include "orbsvcs/RtecSchedulerC.h"
+#include "orbsvcs/orbsvcs_export.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
@@ -37,7 +37,7 @@ class TAO_ORBSVCS_Export TAO_EC_QOS_Info
// filters.
//
// = DESCRIPTION
- // Filters compute QOS information for real-time dispatching, this
+ // Filters compute QOS information for real-time dispatching, this
// class encapsulates that information.
// This first implementation is just a place-holder.
//
@@ -45,8 +45,6 @@ public:
TAO_EC_QOS_Info (void);
// constructor
- RtecScheduler::handle_t rt_info;
- RtecScheduler::Preemption_Priority_t preemption_priority;
};
#if defined (__ACE_INLINE__)