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

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

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