summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connector.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
commit2e63865a90a727353639247359ff0b481b1a5008 (patch)
tree4fe278fd231681ca52ddac52415209ebc4fbed82 /TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connector.cpp
parent8085e31e8a1d43e47db34f963e19403e438fa3f5 (diff)
downloadATCD-2e63865a90a727353639247359ff0b481b1a5008.tar.gz
ChangeLogTag:Tue Nov 15 23:48:47 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connector.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connector.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connector.cpp b/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connector.cpp
index 7347aefe0b3..785c5c701ae 100644
--- a/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connector.cpp
+++ b/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connector.cpp
@@ -24,6 +24,8 @@ ACE_RCSID (SSLIOP,
SSLIOP_Connector,
"$Id$")
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
TAO::SSLIOP::Connector::Connector (::Security::QOP qop)
: TAO::IIOP_SSL_Connector (),
qop_ (qop),
@@ -856,3 +858,5 @@ TAO::SSLIOP::Connector::cancel_svc_handler (
return -1;
}
+
+TAO_END_VERSIONED_NAMESPACE_DECL