00001
00002
00003 #ifndef TAO_Notify_Method_Request_Updates_T_CPP
00004 #define TAO_Notify_Method_Request_Updates_T_CPP
00005
00006 #include "orbsvcs/Notify/Method_Request_Updates_T.h"
00007
00008 #if ! defined (__ACE_INLINE__)
00009 #include "orbsvcs/Notify/Method_Request_Updates_T.inl"
00010 #endif
00011
00012 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
00013
00014 template <class SEQ, class PROXY, class SEQ_PARAM, class PROXY_PARAM>
00015 TAO_Notify_Method_Request_Updates_T<SEQ, PROXY, SEQ_PARAM, PROXY_PARAM>::TAO_Notify_Method_Request_Updates_T (SEQ_PARAM added, SEQ_PARAM removed,
00016 PROXY_PARAM proxy)
00017 : added_ (added), removed_ (removed), proxy_ (proxy)
00018 {
00019 }
00020
00021 template <class SEQ, class PROXY, class SEQ_PARAM, class PROXY_PARAM>
00022 TAO_Notify_Method_Request_Updates_T<SEQ, PROXY, SEQ_PARAM, PROXY_PARAM>::~TAO_Notify_Method_Request_Updates_T ()
00023 {
00024 }
00025
00026 TAO_END_VERSIONED_NAMESPACE_DECL
00027
00028 #endif