#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,"SL3_SecurityCurrent.cpp, v 1.3 2006/03/14 06:14:35 jtc Exp") TAO_BEGIN_VERSIONED_NAMESPACE_DECL TAO |
|
Definition at line 6 of file SL3_SecurityCurrent.cpp. References TAO_BEGIN_VERSIONED_NAMESPACE_DECL.
00008 :14:35 jtc Exp") 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 } |