summaryrefslogtreecommitdiff
path: root/TAO/tao/ORB_Time_Policy.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/ORB_Time_Policy.inl')
-rw-r--r--TAO/tao/ORB_Time_Policy.inl18
1 files changed, 18 insertions, 0 deletions
diff --git a/TAO/tao/ORB_Time_Policy.inl b/TAO/tao/ORB_Time_Policy.inl
new file mode 100644
index 00000000000..1a87174c021
--- /dev/null
+++ b/TAO/tao/ORB_Time_Policy.inl
@@ -0,0 +1,18 @@
+// -*- C++ -*-
+//
+// $Id$
+
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
+namespace TAO
+{
+
+ ACE_INLINE ACE_Time_Value
+ ORB_Time_Policy::operator() () const
+ {
+ return (*active_policy_) ();
+ }
+
+};
+
+TAO_END_VERSIONED_NAMESPACE_DECL