summaryrefslogtreecommitdiff
path: root/TAO/tao/params.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/params.inl')
-rw-r--r--TAO/tao/params.inl11
1 files changed, 11 insertions, 0 deletions
diff --git a/TAO/tao/params.inl b/TAO/tao/params.inl
index d148ea835e3..84f3202e3ad 100644
--- a/TAO/tao/params.inl
+++ b/TAO/tao/params.inl
@@ -151,6 +151,17 @@ TAO_ORB_Parameters::std_profile_components (bool x)
this->std_profile_components_ = x;
}
+ACE_INLINE bool
+TAO_ORB_Parameters::use_highres_timer (void) const
+{
+ return this->use_highres_timer_;
+}
+ACE_INLINE void
+TAO_ORB_Parameters::use_highres_timer (bool x)
+{
+ this->use_highres_timer_ = x;
+}
+
ACE_INLINE int
TAO_ORB_Parameters::nodelay (void) const
{