summaryrefslogtreecommitdiff
path: root/TAO/tao/Strategies/LF_Strategy_Null.cpp
blob: d3c740cb9dec130b4c90c56710404f23190d7ba1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
// -*- C++ -*-
// $Id$

#include "LF_Strategy_Null.h"

#if !defined (__ACE_INLINE__)
# include "LF_Strategy_Null.inl"
#endif /* __ACE_INLINE__ */

ACE_RCSID(tao, LF_Strategy_Null, "$Id$")

TAO_LF_Strategy_Null::~TAO_LF_Strategy_Null (void)
{
}

void
TAO_LF_Strategy_Null::set_upcall_thread (TAO_Leader_Follower &)
{
}

int
TAO_LF_Strategy_Null::set_event_loop_thread (ACE_Time_Value *,
                                             TAO_Leader_Follower &)
{
  return 0;
}

void
TAO_LF_Strategy_Null::reset_event_loop_thread (int,
                                               TAO_Leader_Follower &)
{
}