summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Method_Request_Dispatch_T.cpp
blob: 4fc841ccc78400876ce90ea7436793fd18dcd7c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
// $Id$
#ifndef TAO_Notify_Method_Request_Dispatch_T_CPP
#define TAO_Notify_Method_Request_Dispatch_T_CPP

#include "Method_Request_Dispatch_T.h"

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

ACE_RCSID (Notify,
           TAO_Notify_Method_Request_Dispatch_T,
           "$Id$")


template <class EVENT, class PROXY, class EVENT_PARAM, class PROXY_PARAM>
TAO_Notify_Method_Request_Dispatch_T<EVENT, PROXY, EVENT_PARAM, PROXY_PARAM>::TAO_Notify_Method_Request_Dispatch_T (EVENT_PARAM event, PROXY_PARAM proxy_supplier, CORBA::Boolean filtering)
  :event_ (event), proxy_supplier_ (proxy_supplier), filtering_ (filtering)
{
}

template <class EVENT, class PROXY, class EVENT_PARAM, class PROXY_PARAM>
TAO_Notify_Method_Request_Dispatch_T<EVENT, PROXY, EVENT_PARAM, PROXY_PARAM>::~TAO_Notify_Method_Request_Dispatch_T ()
{
}

#endif /* TAO_Notify_Method_Request_Dispatch_T_CPP */