summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Event.inl
blob: 019194c78aa49e4deeef3a0b9636484ed31520af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// $Id$

ACE_INLINE TAO_NS_Property_Short&
TAO_NS_Event::priority (void)
{
  return this->priority_;
}

ACE_INLINE TAO_NS_Property_Time&
TAO_NS_Event::timeout (void)
{
  return this->timeout_;
}