summaryrefslogtreecommitdiff
path: root/ACE/ace/Token_Invariants.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Token_Invariants.h')
-rw-r--r--ACE/ace/Token_Invariants.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ACE/ace/Token_Invariants.h b/ACE/ace/Token_Invariants.h
index 959281cbb37..f5ec3f5e3ec 100644
--- a/ACE/ace/Token_Invariants.h
+++ b/ACE/ace/Token_Invariants.h
@@ -127,7 +127,7 @@ class ACE_Export ACE_Token_Invariant_Manager : public ACE_Cleanup
{
public:
/// Singleton access point.
- static ACE_Token_Invariant_Manager *instance (void);
+ static ACE_Token_Invariant_Manager *instance ();
// = Polymorphic methods. Just pass in the proxy and the method
// figures out the type of the token.
@@ -166,10 +166,10 @@ public:
// = The following two method should be in the protected part of the
// class. Bugs with certain compilers preclude this.
/// Prevent non-singleton construction.
- ACE_Token_Invariant_Manager (void);
+ ACE_Token_Invariant_Manager ();
/// Destruction.
- virtual ~ACE_Token_Invariant_Manager (void);
+ virtual ~ACE_Token_Invariant_Manager ();
protected:
/// Return or create.