summaryrefslogtreecommitdiff
path: root/trunk/TAO/orbsvcs/performance-tests/RTEvent/lib/Implicit_Deactivator.inl
blob: b220d7959e442b9c876d1fbdba60482c885cc0d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/**
 * @file Implicit_Deactivator.inl
 *
 * $Id$
 *
 * @author Carlos O'Ryan <coryan@uci.edu>
 */

ACE_INLINE void
Implicit_Deactivator::release (void)
{
  this->id_ = 0;
}