summaryrefslogtreecommitdiff
path: root/trunk/TAO/orbsvcs/orbsvcs/Security/SL3_SecurityCurrent.inl
blob: 4194ffe18950af0a85a68d07181395b55c7149aa (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
// -*- C++ -*-
//
// $Id$

#include "tao/ORB_Core.h"


TAO_BEGIN_VERSIONED_NAMESPACE_DECL

ACE_INLINE size_t
TAO::SL3::SecurityCurrent::tss_slot (void) const
{
  return this->tss_slot_;
}

ACE_INLINE TAO::SL3::SecurityCurrent_Impl *
TAO::SL3::SecurityCurrent::implementation (void)
{
  TAO::SL3::SecurityCurrent_Impl *impl =
    static_cast<TAO::SL3::SecurityCurrent_Impl *> (
      this->orb_core_->get_tss_resource (this->tss_slot_));

  return impl;
}

TAO_END_VERSIONED_NAMESPACE_DECL