summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_ORBInitializer.cpp
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-11-16 07:53:25 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-11-16 07:53:25 +0000
commitc009335d5ced2ce650f4d2083e502ab768b6d241 (patch)
tree4fe278fd231681ca52ddac52415209ebc4fbed82 /TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_ORBInitializer.cpp
parent9aab81ca34ca5360385ca3c118f373732cb21625 (diff)
downloadATCD-c009335d5ced2ce650f4d2083e502ab768b6d241.tar.gz
ChangeLogTag:Tue Nov 15 23:48:47 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_ORBInitializer.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_ORBInitializer.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_ORBInitializer.cpp b/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_ORBInitializer.cpp
index 52b1317b28e..97bf03157b5 100644
--- a/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_ORBInitializer.cpp
+++ b/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_ORBInitializer.cpp
@@ -24,6 +24,8 @@ ACE_RCSID (SSLIOP,
#include "ace/Auto_Ptr.h"
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
TAO::SSLIOP::ORBInitializer::ORBInitializer (
::Security::QOP qop,
CSIIOP::AssociationOptions csiv2_target_supports,
@@ -243,3 +245,4 @@ TAO::SSLIOP::ORBInitializer::get_tss_slot_id (
return security_current->tss_slot ();
}
+TAO_END_VERSIONED_NAMESPACE_DECL