summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Security/SL3_CredentialsCurator.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Security/SL3_CredentialsCurator.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Security/SL3_CredentialsCurator.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Security/SL3_CredentialsCurator.h b/TAO/orbsvcs/orbsvcs/Security/SL3_CredentialsCurator.h
index 3b052972d9e..6b0e0806ef6 100644
--- a/TAO/orbsvcs/orbsvcs/Security/SL3_CredentialsCurator.h
+++ b/TAO/orbsvcs/orbsvcs/Security/SL3_CredentialsCurator.h
@@ -81,10 +81,10 @@ namespace TAO
typedef Credentials_Table::iterator Credentials_Iterator;
/// Constructor
- CredentialsCurator (void);
+ CredentialsCurator ();
static CredentialsCurator_ptr _duplicate (CredentialsCurator_ptr obj);
- static CredentialsCurator_ptr _nil (void);
+ static CredentialsCurator_ptr _nil ();
static CredentialsCurator_ptr _narrow (CORBA::Object_ptr obj);
/**
@@ -130,7 +130,7 @@ namespace TAO
* Protected destructor to enforce proper memory management
* through the reference counting mechanism.
*/
- ~CredentialsCurator (void);
+ ~CredentialsCurator ();
private:
/// Lock used to synchronize access to underlying tables.