#include "orbsvcs/Security/SL3_ObjectCredentialsPolicy.h"
Include dependency graph for SL3_ObjectCredentialsPolicy.cpp:
Go to the source code of this file.
Functions | |
ACE_RCSID (Security, SL3_ObjectCredentialsPolicy,"SL3_ObjectCredentialsPolicy.cpp, v 1.4 2006/03/14 06:14:35 jtc Exp") TAO_BEGIN_VERSIONED_NAMESPACE_DECL TAO |
|
Definition at line 6 of file SL3_ObjectCredentialsPolicy.cpp. References TAO_BEGIN_VERSIONED_NAMESPACE_DECL.
00008 :14:35 jtc Exp") 00009 00010 00011 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00012 00013 TAO::SL3::ObjectCredentialsPolicy::ObjectCredentialsPolicy ( 00014 const SecurityLevel3::OwnCredentialsList & creds) 00015 : creds_list_ (creds) 00016 { 00017 } |