summaryrefslogtreecommitdiff
path: root/ace/Reactor_Notification_Strategy.inl
blob: 260ec1d960a12a0d4f1bdcb986844284abb37e2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* -*- C++ -*- */
// $Id$

ACE_INLINE ACE_Reactor *
ACE_Reactor_Notification_Strategy::reactor (void)
{
  return this->reactor_;
}

ACE_INLINE void
ACE_Reactor_Notification_Strategy::reactor (ACE_Reactor *r)
{
  this->reactor_ = r;
}