summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Method_Request.cpp
blob: 60e7331d9f389b485e548629890bddb613cc421e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// $Id$

#include "Method_Request.h"

#if ! defined (__ACE_INLINE__)
#include "Method_Request.inl"
#endif /* __ACE_INLINE__ */

ACE_RCSID(RT_Notify, TAO_NS_Method_Request, "$Id$")

TAO_NS_Method_Request::TAO_NS_Method_Request (TAO_NS_Event_var& event)
  :event_ (event)
{
}

TAO_NS_Method_Request::~TAO_NS_Method_Request ()
{
}