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

ACE_INLINE u_long
TAO_NS_EventType::hash (void) const
{
  return this->hash_value_;
}

ACE_INLINE const CosNotification::EventType&
TAO_NS_EventType::native (void) const
{
  return event_type_;
}