summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/LoadBalancing/LB_LoadAlert.inl
blob: 2099eae3096f70c2640c3afa0346389f061be441 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// -*- C++ -*-
//
// $Id$

ACE_INLINE CORBA::Boolean
TAO_LB_LoadAlert::alerted (void) const
{
  return this->alerted_;
}

ACE_INLINE CORBA::Object_ptr
TAO_LB_LoadAlert::forward (void)
{
  return CORBA::Object::_duplicate (this->forward_.in ());
}