summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/performance-tests/RTEvent/lib/RTCORBA_Setup.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/performance-tests/RTEvent/lib/RTCORBA_Setup.inl')
-rw-r--r--TAO/orbsvcs/performance-tests/RTEvent/lib/RTCORBA_Setup.inl19
1 files changed, 19 insertions, 0 deletions
diff --git a/TAO/orbsvcs/performance-tests/RTEvent/lib/RTCORBA_Setup.inl b/TAO/orbsvcs/performance-tests/RTEvent/lib/RTCORBA_Setup.inl
new file mode 100644
index 00000000000..e63b68593e3
--- /dev/null
+++ b/TAO/orbsvcs/performance-tests/RTEvent/lib/RTCORBA_Setup.inl
@@ -0,0 +1,19 @@
+/**
+ * @file RTCORBA_Setup.inl
+ *
+ * $Id$
+ *
+ * @author Carlos O'Ryan <coryan@uci.edu>
+ */
+
+ACE_INLINE const RTCORBA::ThreadpoolLanes &
+RTCORBA_Setup::lanes (void) const
+{
+ return this->lanes_;
+}
+
+ACE_INLINE RTCORBA::Priority
+RTCORBA_Setup::process_priority (void) const
+{
+ return this->process_priority_;
+}