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