summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Method_Request_Dispatch_Base.inl
blob: a4eb092f13cf6ef8a2ede741605165d2b75c66c2 (plain)
1
2
3
4
5
6
7
8
// $Id$
ACE_INLINE
const TAO_Notify_Event *
TAO_Notify_Method_Request_Event_Base::event() const
{
  return this->event_;
}