Endpoint.cpp

Go to the documentation of this file.
00001 // $Id: Endpoint.cpp 73791 2006-07-27 20:54:56Z wotte $
00002 
00003 #include "tao/Endpoint.h"
00004 #include "tao/ORB_Core.h"
00005 
00006 #if !defined (__ACE_INLINE__)
00007 #include "tao/Endpoint.inl"
00008 #endif /* __ACE_INLINE__ */
00009 
00010 ACE_RCSID (tao,
00011            Endpoint,
00012            "$Id: Endpoint.cpp 73791 2006-07-27 20:54:56Z wotte $")
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 Tue Feb 2 17:37:51 2010 for TAO by  doxygen 1.4.7