summaryrefslogtreecommitdiff
path: root/ACE/ace/Recyclable.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Recyclable.h')
-rw-r--r--ACE/ace/Recyclable.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/Recyclable.h b/ACE/ace/Recyclable.h
index 47d06052f96..3ffe4bed865 100644
--- a/ACE/ace/Recyclable.h
+++ b/ACE/ace/Recyclable.h
@@ -48,10 +48,10 @@ class ACE_Export ACE_Recyclable
{
public:
/// Destructor.
- virtual ~ACE_Recyclable (void);
+ virtual ~ACE_Recyclable ();
/// Get the recyclable bit
- ACE_Recyclable_State recycle_state (void) const;
+ ACE_Recyclable_State recycle_state () const;
/// Set the recyclable bit
void recycle_state (ACE_Recyclable_State new_state);