Endpoint.cpp

Go to the documentation of this file.
00001 // Endpoint.cpp,v 1.5 2006/04/26 17:12:47 mesnier_p Exp
00002 
00003 #include "tao/Endpoint.h"
00004 #include "tao/ORB_Core.h"
00005 
00006 #if !defined (__ACE_INLINE__)
00007 #include "tao/Endpoint.i"
00008 #endif /* __ACE_INLINE__ */
00009 
00010 ACE_RCSID (tao,
00011            Endpoint,
00012            "Endpoint.cpp,v 1.5 2006/04/26 17:12:47 mesnier_p Exp")
00013 
00014 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
00015 
00016 TAO_Endpoint::~TAO_Endpoint (void)
00017 {
00018 }
00019 
00020 TAO_Endpoint *
00021 TAO_Endpoint::next_filtered (TAO_ORB_Core *, TAO_Endpoint *root)
00022 {
00023   if (root == 0)
00024     return this;
00025   return this->next();
00026 }
00027 
00028 TAO_END_VERSIONED_NAMESPACE_DECL
00029 
00030 //@@ TAO_ENDPOINT_SPL_METHODS_ADD_HOOK

Generated on Thu Nov 9 11:54:10 2006 for TAO by doxygen 1.3.6