#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,"$Id: SL3_SecurityManager.cpp 77001 2007-02-12 07:54:49Z johnnyw $") TAO_BEGIN_VERSIONED_NAMESPACE_DECL TAO | |
| ACE_RCSID | ( | Security | , | |
| SL3_SecurityManager | , | |||
| "$Id: SL3_SecurityManager.cpp 77001 2007-02-12 07:54:49Z johnnyw $" | ||||
| ) |
Definition at line 8 of file SL3_SecurityManager.cpp.
00010 : SL3_SecurityManager.cpp 77001 2007-02-12 07:54:49Z johnnyw $") 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 }
1.4.7