summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/EventType.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/EventType.inl')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/EventType.inl13
1 files changed, 0 insertions, 13 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/EventType.inl b/TAO/orbsvcs/orbsvcs/Notify/EventType.inl
deleted file mode 100644
index 93af3791bf9..00000000000
--- a/TAO/orbsvcs/orbsvcs/Notify/EventType.inl
+++ /dev/null
@@ -1,13 +0,0 @@
-// $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_;
-}