#include "orbsvcs/Security/SL3_SecurityManager.h"
#include "orbsvcs/Security/SL3_ContextEstablishmentPolicy.h"
#include "orbsvcs/Security/SL3_ObjectCredentialsPolicy.h"
Include dependency graph for SL3_SecurityManager.cpp:
Go to the source code of this file.
Functions | |
ACE_RCSID (Security, SL3_SecurityManager,"SL3_SecurityManager.cpp, v 1.5 2006/03/14 06:14:35 jtc Exp") TAO_BEGIN_VERSIONED_NAMESPACE_DECL TAO |
|
Definition at line 8 of file SL3_SecurityManager.cpp. References TAO_BEGIN_VERSIONED_NAMESPACE_DECL.
00010 :14:35 jtc Exp") 00011 00012 00013 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00014 00015 TAO::SL3::SecurityManager::SecurityManager ( 00016 SecurityLevel3::CredentialsCurator_ptr cc) 00017 : credentials_curator_ (SecurityLevel3::CredentialsCurator::_duplicate (cc)) 00018 { 00019 } |