summaryrefslogtreecommitdiff
path: root/TAO/tao/Follower.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Follower.inl')
-rw-r--r--TAO/tao/Follower.inl13
1 files changed, 13 insertions, 0 deletions
diff --git a/TAO/tao/Follower.inl b/TAO/tao/Follower.inl
new file mode 100644
index 00000000000..c3073b74efe
--- /dev/null
+++ b/TAO/tao/Follower.inl
@@ -0,0 +1,13 @@
+// $Id$
+
+ACE_INLINE TAO_Leader_Follower &
+TAO_Follower::leader_follower (void)
+{
+ return this->leader_follower_;
+}
+
+ACE_INLINE int
+TAO_Follower::wait (ACE_Time_Value *tv)
+{
+ return this->condition_.wait (tv);
+}