#include "orbsvcs/Security/SL3_SecurityCurrent.h"
#include "orbsvcs/Security/SL3_SecurityCurrent.inl"
Include dependency graph for SL3_SecurityCurrent.cpp:
Go to the source code of this file.
Functions | |
ACE_RCSID (Security, SL3_SecurityCurrent,"$Id:SL3_SecurityCurrent.cpp 77001 2007-02-12 07:54:49Z johnnyw $") TAO_BEGIN_VERSIONED_NAMESPACE_DECL TAO |
|
Definition at line 6 of file SL3_SecurityCurrent.cpp. References TAO_BEGIN_VERSIONED_NAMESPACE_DECL.
00008 : SL3_SecurityCurrent.cpp 77001 2007-02-12 07:54:49Z johnnyw $") 00009 00010 00011 #if !defined (__ACE_INLINE__) 00012 # include "orbsvcs/Security/SL3_SecurityCurrent.inl" 00013 #endif /* __ACE_INLINE__ */ 00014 00015 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00016 00017 TAO::SL3::SecurityCurrent::SecurityCurrent (size_t tss_slot, 00018 TAO_ORB_Core * oc) 00019 : tss_slot_ (tss_slot), 00020 orb_core_ (oc) 00021 { 00022 } |