summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/SSLIOP
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-06-22 15:03:25 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-06-22 15:03:25 +0000
commit18f1d01a3a6705dc6d49fa6e366f1a9d26e1ea72 (patch)
tree8827ad35e1d73e918fff44e8e53b878a3fc8c865 /TAO/orbsvcs/orbsvcs/SSLIOP
parent7f6fcd02a99c771aeeba92a99630cb1dca52bc57 (diff)
downloadATCD-18f1d01a3a6705dc6d49fa6e366f1a9d26e1ea72.tar.gz
ChangeLogTag: Thu Jun 22 15:01:21 UTC 2006 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/SSLIOP')
-rw-r--r--TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Credentials.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Credentials.h b/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Credentials.h
index eaada80deed..5fdf4f78e6c 100644
--- a/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Credentials.h
+++ b/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Credentials.h
@@ -60,9 +60,9 @@ namespace TAO
public virtual TAO_Local_RefCounted_Object
{
public:
- typedef Credentials_ptr _ptr_type;
- typedef Credentials_var _var_type;
- typedef Credentials_out _out_type;
+ typedef SSLIOP::Credentials_ptr _ptr_type;
+ typedef SSLIOP::Credentials_var _var_type;
+ typedef SSLIOP::Credentials_out _out_type;
/// Constructor
SSLIOP_Credentials (::X509 * cert, ::EVP_PKEY * evp);