summaryrefslogtreecommitdiff
path: root/ACE/ace/Future.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Future.h')
-rw-r--r--ACE/ace/Future.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/ACE/ace/Future.h b/ACE/ace/Future.h
index e928370f1e6..f63695202fa 100644
--- a/ACE/ace/Future.h
+++ b/ACE/ace/Future.h
@@ -214,10 +214,10 @@ private:
mutable ACE_SYNCH_RECURSIVE_CONDITION value_ready_;
private:
- ACE_Future_Rep (void);
+ ACE_Future_Rep ();
protected:
- ~ACE_Future_Rep (void);
+ ~ACE_Future_Rep ();
};
/**
@@ -354,7 +354,6 @@ public:
ACE_ALLOC_HOOK_DECLARE;
private:
-
/// The ACE_Future_Rep
/// Protect operations on the <Future>.
typedef ACE_Future_Rep<T> FUTURE_REP;