summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/performance-tests/RTEvent/lib/RT_Class.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/performance-tests/RTEvent/lib/RT_Class.inl')
-rw-r--r--TAO/orbsvcs/performance-tests/RTEvent/lib/RT_Class.inl37
1 files changed, 37 insertions, 0 deletions
diff --git a/TAO/orbsvcs/performance-tests/RTEvent/lib/RT_Class.inl b/TAO/orbsvcs/performance-tests/RTEvent/lib/RT_Class.inl
new file mode 100644
index 00000000000..a6a60d8e7a0
--- /dev/null
+++ b/TAO/orbsvcs/performance-tests/RTEvent/lib/RT_Class.inl
@@ -0,0 +1,37 @@
+/**
+ * @file RT_Class.inl
+ *
+ * $Id$
+ *
+ * @author Carlos O'Ryan <coryan@uci.edu>
+ */
+
+ACE_INLINE int
+RT_Class::prc_sched_class (void) const
+{
+ return this->prc_sched_class_;
+}
+
+ACE_INLINE int
+RT_Class::thr_sched_class (void) const
+{
+ return this->thr_sched_class_;
+}
+
+ACE_INLINE int
+RT_Class::priority_process (void) const
+{
+ return this->priority_process_;
+}
+
+ACE_INLINE int
+RT_Class::priority_high (void) const
+{
+ return this->priority_high_;
+}
+
+ACE_INLINE int
+RT_Class::priority_low (void) const
+{
+ return this->priority_low_;
+}