diff options
Diffstat (limited to 'TAO/tao/PI/PICurrent.inl')
-rw-r--r-- | TAO/tao/PI/PICurrent.inl | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/TAO/tao/PI/PICurrent.inl b/TAO/tao/PI/PICurrent.inl new file mode 100644 index 00000000000..aca42f2786c --- /dev/null +++ b/TAO/tao/PI/PICurrent.inl @@ -0,0 +1,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 |