summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-06-21 13:53:07 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-06-21 13:53:07 +0000
commit7e2e6f92e75f7c227299d11722dd040b17532fcc (patch)
tree96983fbe53ffa88e5bc68786a293610261fe6401 /TAO/orbsvcs
parentb51d15846489c4040a6a4fd8004b0d958cdc8a0a (diff)
downloadATCD-7e2e6f92e75f7c227299d11722dd040b17532fcc.tar.gz
ChangeLogTag; Wed Jun 21 13:50:57 UTC 2006 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'TAO/orbsvcs')
-rw-r--r--TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Credentials.h3
-rw-r--r--TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Current.h7
-rw-r--r--TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_OwnCredentials.h5
-rw-r--r--TAO/orbsvcs/orbsvcs/Security/SL3_CredentialsCurator.h4
4 files changed, 15 insertions, 4 deletions
diff --git a/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Credentials.h b/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Credentials.h
index 6117f938627..eaada80deed 100644
--- a/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Credentials.h
+++ b/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Credentials.h
@@ -60,6 +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;
/// Constructor
SSLIOP_Credentials (::X509 * cert, ::EVP_PKEY * evp);
diff --git a/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Current.h b/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Current.h
index c2baeb78752..02b68b6f60b 100644
--- a/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Current.h
+++ b/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Current.h
@@ -43,6 +43,7 @@ namespace TAO
class Current;
typedef Current * Current_ptr;
typedef TAO_Pseudo_Var_T<Current> Current_var;
+ typedef TAO_Pseudo_Out_T<Current> Current_out;
/**
* @class Current
@@ -59,6 +60,10 @@ namespace TAO
public TAO_Local_RefCounted_Object
{
public:
+ typedef Current_ptr _ptr_type;
+ typedef Current_var _var_type;
+ typedef Current_out _out_type;
+
/// Constructor.
Current (TAO_ORB_Core *orb_core);
@@ -153,9 +158,7 @@ namespace TAO
/// Pointer to the ORB Core corresponding to the ORB with which this
/// object is registered.
TAO_ORB_Core * const orb_core_;
-
};
-
} // End SSLIOP namespace.
} // End TAO namespace.
diff --git a/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_OwnCredentials.h b/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_OwnCredentials.h
index 8a659040893..8376cda69dc 100644
--- a/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_OwnCredentials.h
+++ b/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_OwnCredentials.h
@@ -54,6 +54,10 @@ namespace TAO
public virtual SSLIOP_Credentials
{
public:
+ typedef OwnCredentials_ptr _ptr_type;
+ typedef OwnCredentials_var _var_type;
+ typedef OwnCredentials_out _out_type;
+
/// Constructor
OwnCredentials (::X509 *cert, ::EVP_PKEY *evp);
@@ -100,7 +104,6 @@ namespace TAO
* through the reference counting mechanism.
*/
~OwnCredentials (void);
-
};
} // End SSLIOP namespace
diff --git a/TAO/orbsvcs/orbsvcs/Security/SL3_CredentialsCurator.h b/TAO/orbsvcs/orbsvcs/Security/SL3_CredentialsCurator.h
index 39d08f288f9..85edccb3963 100644
--- a/TAO/orbsvcs/orbsvcs/Security/SL3_CredentialsCurator.h
+++ b/TAO/orbsvcs/orbsvcs/Security/SL3_CredentialsCurator.h
@@ -62,6 +62,9 @@ namespace TAO
public virtual TAO_Local_RefCounted_Object
{
public:
+ typedef CredentialsCurator_ptr _ptr_type;
+ typedef CredentialsCurator_var _var_type;
+ typedef CredentialsCurator_out _out_type;
/**
* The type of table that maps acquisition method to acquirer
@@ -158,7 +161,6 @@ namespace TAO
/// Table of OwnCredentials.
Credentials_Table credentials_table_;
};
-
} // End SL3 namespace
} // End TAO namespace