// $Id$ #ifndef TAO_Notify_Method_Request_Updates_T_CPP #define TAO_Notify_Method_Request_Updates_T_CPP #include "Method_Request_Updates_T.h" #if ! defined (__ACE_INLINE__) #include "Method_Request_Updates_T.inl" #endif /* __ACE_INLINE__ */ ACE_RCSID (Notify, TAO_Notify_Method_Request_Updates_T, "$Id$") template TAO_Notify_Method_Request_Updates_T::TAO_Notify_Method_Request_Updates_T (SEQ_PARAM added, SEQ_PARAM removed, PROXY_PARAM proxy) : added_ (added), removed_ (removed), proxy_ (proxy) { } template TAO_Notify_Method_Request_Updates_T::~TAO_Notify_Method_Request_Updates_T () { } #endif /* TAO_Notify_Method_Request_Updates_T_CPP */