Method_Request_Updates_T.cpp

Go to the documentation of this file.
00001 // Method_Request_Updates_T.cpp,v 1.6 2006/03/14 06:14:34 jtc Exp
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 /* __ACE_INLINE__ */
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 /* TAO_Notify_Method_Request_Updates_T_CPP */

Generated on Thu Nov 9 13:24:12 2006 for TAO_CosNotification by doxygen 1.3.6