summaryrefslogtreecommitdiff
path: root/TAO/tao/Endpoint.cpp
blob: 6077a1b6b944b1b8391ee602258754fad448d20c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
// $Id$

#include "tao/Endpoint.h"
#include "tao/ORB_Core.h"

#if !defined (__ACE_INLINE__)
#include "tao/Endpoint.i"
#endif /* __ACE_INLINE__ */

ACE_RCSID (tao,
           Endpoint,
           "$Id$")

TAO_BEGIN_VERSIONED_NAMESPACE_DECL

TAO_Endpoint::~TAO_Endpoint (void)
{
}

TAO_Endpoint *
TAO_Endpoint::next_filtered (TAO_ORB_Core *, TAO_Endpoint *root)
{
  if (root == 0)
    return this;
  return this->next();
}

TAO_END_VERSIONED_NAMESPACE_DECL

//@@ TAO_ENDPOINT_SPL_METHODS_ADD_HOOK