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

#include "EventType.h"

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_;
}