summaryrefslogtreecommitdiff
path: root/TAO/tao/PI/PICurrent.inl
blob: aca42f2786c2fc22c010e68a846e34a1108a959e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// -*- C++ -*-
//
// $Id$

TAO_BEGIN_VERSIONED_NAMESPACE_DECL

ACE_INLINE PortableInterceptor::SlotId
TAO::PICurrent::slot_count (void) const
{
  return this->slot_count_;
}

TAO_END_VERSIONED_NAMESPACE_DECL