summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Security/Security_Current.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Security/Security_Current.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Security/Security_Current.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Security/Security_Current.h b/TAO/orbsvcs/orbsvcs/Security/Security_Current.h
index a247302d9f0..7feb54267cd 100644
--- a/TAO/orbsvcs/orbsvcs/Security/Security_Current.h
+++ b/TAO/orbsvcs/orbsvcs/Security/Security_Current.h
@@ -85,11 +85,11 @@ public:
protected:
/// Destructor
/// Protected to force allocation on the heap.
- ~TAO_Security_Current (void);
+ ~TAO_Security_Current ();
/// Fully initialize this object. This method is used predominantly
/// to set the ORB core pointer.
- int init (void);
+ int init ();
/// Set the TSS Security::Current implementation.
/**
@@ -101,7 +101,7 @@ protected:
* There is no function that places the implementation pointer in
* TSS. The underlying security mechanism does that.
*/
- TAO::Security::Current_Impl *implementation (void);
+ TAO::Security::Current_Impl *implementation ();
private:
TAO_Security_Current (const TAO_Security_Current &) = delete;