summaryrefslogtreecommitdiff
path: root/TAO/tao/PICurrent.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PICurrent.inl')
-rw-r--r--TAO/tao/PICurrent.inl17
1 files changed, 0 insertions, 17 deletions
diff --git a/TAO/tao/PICurrent.inl b/TAO/tao/PICurrent.inl
deleted file mode 100644
index 5f64a548660..00000000000
--- a/TAO/tao/PICurrent.inl
+++ /dev/null
@@ -1,17 +0,0 @@
-// -*- C++ -*-
-//
-// $Id$
-
-
-ACE_INLINE PortableInterceptor::SlotId
-TAO::PICurrent::slot_count (void) const
-{
- return this->slot_count_;
-}
-
-ACE_INLINE void
-TAO::PICurrent::initialize (PortableInterceptor::SlotId sc)
-{
- this->slot_count_ = sc;
-}
-