summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Security
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-03-17 12:03:34 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2021-03-17 12:03:34 +0100
commit09ae013e2b0237107f34eef9d34695c75cf287c3 (patch)
tree35690d45b778386be334fb40ca629abe744429a4 /TAO/orbsvcs/orbsvcs/Security
parent05ec4d3db0f7b68581bccff74b59df95ede3d819 (diff)
downloadATCD-09ae013e2b0237107f34eef9d34695c75cf287c3.tar.gz
Cleanup
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Security')
-rw-r--r--TAO/orbsvcs/orbsvcs/Security/Security_ORBInitializer.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Security/Security_ORBInitializer.h b/TAO/orbsvcs/orbsvcs/Security/Security_ORBInitializer.h
index 825e01dfc08..747ee391088 100644
--- a/TAO/orbsvcs/orbsvcs/Security/Security_ORBInitializer.h
+++ b/TAO/orbsvcs/orbsvcs/Security/Security_ORBInitializer.h
@@ -39,7 +39,6 @@ namespace TAO
{
namespace Security
{
-
/**
* @class ORBInitializer
*
@@ -55,7 +54,6 @@ namespace TAO
public virtual ::CORBA::LocalObject
{
public:
-
/**
* @name PortableInterceptor::ORBInitializer Methods.
*
@@ -69,18 +67,14 @@ namespace TAO
//@}
private:
-
/// Register Security policy factories.
void register_policy_factories (PortableInterceptor::ORBInitInfo_ptr info);
private:
-
/// PolicyFactory that is used to create all security related
/// policies capable of being created via ORB::create_policy().
PortableInterceptor::PolicyFactory_var policy_factory_;
-
};
-
} // End Security namespace
} // End TAO namespace